From aa11873d0ec9760d87f16b8aeacde0474ce24d65 Mon Sep 17 00:00:00 2001 From: Stefan Sayer Date: Wed, 23 Feb 2011 23:54:18 +0100 Subject: [PATCH] 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 5c12c8b6..2fac72bf 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 84d446be..3356b07f 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 21714bff..b341b782 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 = +# additional_interfaces = # # For each additional interface, a set of parameters # suffixed with the interface name should be defined.