From c9c84b8bba4ce4804fb017df49bcc8afa854ef89 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Thu, 11 Aug 2011 16:37:04 +0400 Subject: [PATCH 1/8] Consistently use rtpproxy switches Signed-off-by: Peter Lemenkov --- modules/rtpproxy/doc/rtpproxy_admin.xml | 2 +- modules/rtpproxy/rtpproxy.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/rtpproxy/doc/rtpproxy_admin.xml b/modules/rtpproxy/doc/rtpproxy_admin.xml index d54c1dc..5c735f2 100644 --- a/modules/rtpproxy/doc/rtpproxy_admin.xml +++ b/modules/rtpproxy/doc/rtpproxy_admin.xml @@ -545,7 +545,7 @@ rtpproxy_offer(); 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 7fc8d89..a9539be 100644 --- a/modules/rtpproxy/rtpproxy.c +++ b/modules/rtpproxy/rtpproxy.c @@ -3058,8 +3058,6 @@ 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) { -- 1.8.1