From: Peter Lemenkov Date: Thu, 11 Aug 2011 16:37:04 +0400 Subject: [PATCH] Consistently use rtpproxy switches Signed-off-by: Peter Lemenkov diff --git a/modules/rtpproxy/doc/rtpproxy_admin.xml b/modules/rtpproxy/doc/rtpproxy_admin.xml index b12e81afa..e08fa0bee 100644 --- a/modules/rtpproxy/doc/rtpproxy_admin.xml +++ b/modules/rtpproxy/doc/rtpproxy_admin.xml @@ -559,7 +559,7 @@ modparam("rtpproxy", "rtpp_notify_socket", "/tmp/rtpproxy.unix") connection information. - s/w - flags that for the UA from which + s - flags that for the UA from which message is received, support symmetric RTP must be forced. diff --git a/modules/rtpproxy/rtpproxy.c b/modules/rtpproxy/rtpproxy.c index 4d28c4d63..b7269564b 100644 --- a/modules/rtpproxy/rtpproxy.c +++ b/modules/rtpproxy/rtpproxy.c @@ -3554,8 +3554,6 @@ int force_rtp_proxy_body(struct sip_msg* msg, struct force_rtpp_args *args, enable_notification = 1; break; - case 'w': - case 'W': case 's': case 'S': if (append_opts(&opts, 'S') == -1) {