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 9a4dc35..618daa3 100644 --- a/modules/rtpproxy/doc/rtpproxy_admin.xml +++ b/modules/rtpproxy/doc/rtpproxy_admin.xml @@ -523,7 +523,7 @@ modparam("rtpproxy", "rtpp_notify_socket", "tcp:10.10.10.10:9999") 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 15aa230..f00e796 100644 --- a/modules/rtpproxy/rtpproxy.c +++ b/modules/rtpproxy/rtpproxy.c @@ -3533,8 +3533,6 @@ force_rtp_proxy_body(struct sip_msg* msg, struct force_rtpp_args *args, pv_spec_ enable_notification = 1; break; - case 'w': - case 'W': case 's': case 'S': if (append_opts(&opts, 'S') == -1) {