Module: sems Branch: master Commit: aa11873d0ec9760d87f16b8aeacde0474ce24d65 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=aa11873d0ec9760d87f16b8aeacde0474ce24d65
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Wed Feb 23 23:54:18 2011 +0100 fixed/added sample config to multihoming --- apps/sbc/etc/symmetricrtp.sbcprofile.conf | 5 ++++- apps/sbc/etc/transparent.sbcprofile.conf | 2 ++ core/etc/sems.conf.sample | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/sbc/etc/symmetricrtp.sbcprofile.conf b/apps/sbc/etc/symmetricrtp.sbcprofile.conf index 5c12c8b..2fac72b 100644 --- a/apps/sbc/etc/symmetricrtp.sbcprofile.conf +++ b/apps/sbc/etc/symmetricrtp.sbcprofile.conf @@ -15,4 +15,7 @@ enable_rtprelay=yes # force symmetric RTP (start with passive mode): rtprelay_force_symmetric_rtp=yes # use symmetric RTP indication from P-MsgFlags flag 2 -#rtprelay_msgflags_symmetric_rtp=yes \ No newline at end of file +#rtprelay_msgflags_symmetric_rtp=yes + +# outbound interface to use: +#outbound_interface=extern diff --git a/apps/sbc/etc/transparent.sbcprofile.conf b/apps/sbc/etc/transparent.sbcprofile.conf index 84d446b..3356b07 100644 --- a/apps/sbc/etc/transparent.sbcprofile.conf +++ b/apps/sbc/etc/transparent.sbcprofile.conf @@ -20,6 +20,8 @@ #next_hop_port=5060 # use next_hop for replies, too? #next_hop_for_replies=yes +# outbound interface to use (interface ID) +#outbound_interface=extern ## RTP relay # enable RTP relaying (bridging): diff --git a/core/etc/sems.conf.sample b/core/etc/sems.conf.sample index 21714bf..b341b78 100644 --- a/core/etc/sems.conf.sample +++ b/core/etc/sems.conf.sample @@ -105,7 +105,7 @@ rtp_low_port=10000 rtp_high_port=60000 # Additional IFs (optional): -# additional_interface = <list of interfaces> +# additional_interfaces = <list of interfaces> # # For each additional interface, a set of parameters # suffixed with the interface name should be defined. _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
