Hello all,
I would like to propose the removal of force_rtp_proxy function from
the rtpproxy (k) module.
Instead, the rtpproxy_offer/rtpproxy_answer should be used.
Why?
- force_rtp_proxy no longer support 200ok/ACK SDP negotiation ('s'
flag was deprecated);
- all functionality of force_rtp_proxy is provided by
rtpproxy_offer/rtpproxy_answer;
- rtpproxy_offer/rtpproxy_answer is easier to use in the config.
Objections?
Regards,
Ovidiu Sas
Module: sip-router
Branch: master
Commit: 48c2ffc29fdb5b48805ef824105957df50a8b5a2
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=48c2ffc…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Wed Sep 22 12:41:45 2010 +0200
sip-router*.cfg: enable warning by default
sip_warning is enabled by default (very useful for debugging, I wouldn't
a proxy without it). This is needed because the default value
changed in 3.1 (from on to off).
---
etc/sip-router-basic.cfg | 1 +
etc/sip-router-oob.cfg | 1 +
etc/sip-router.cfg | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/etc/sip-router-basic.cfg b/etc/sip-router-basic.cfg
index e5f3178..e382a40 100644
--- a/etc/sip-router-basic.cfg
+++ b/etc/sip-router-basic.cfg
@@ -53,6 +53,7 @@ rev_dns=no # (cmd. line: -R)
#mhomed=yes # usefull for multihomed hosts, small performance penalty
#disable_tcp=yes
#tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
+sip_warning=yes
#!ifdef WITH_TLS
enable_tls=yes
diff --git a/etc/sip-router-oob.cfg b/etc/sip-router-oob.cfg
index 05f2f27..6aa82f5 100644
--- a/etc/sip-router-oob.cfg
+++ b/etc/sip-router-oob.cfg
@@ -191,6 +191,7 @@ phone2tel=no # ignore user=phone in request-URIs -- otherwise
# to TEL URIs, and their lookup would fail in URI
# database
reply_to_via=no
+sip_warning=yes
# public IP address
#DEBCONF-LISTEN-START
listen=127.0.0.1
diff --git a/etc/sip-router.cfg b/etc/sip-router.cfg
index 659dd75..5e20619 100644
--- a/etc/sip-router.cfg
+++ b/etc/sip-router.cfg
@@ -76,6 +76,7 @@ rev_dns=no # (cmd. line: -R)
#mhomed=yes # usefull for multihomed hosts, small performance penalty
#disable_tcp=yes
#tcp_accept_aliases=yes # accepts the tcp alias via option (see NEWS)
+sip_warning=yes
#!ifdef WITH_TLS
enable_tls=yes
#!endif