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 0b378cba5..6f7b79160 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 e601e710d..6c09641ce 100644 --- a/modules/rtpproxy/rtpproxy.c +++ b/modules/rtpproxy/rtpproxy.c @@ -3539,8 +3539,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) {