Module: sems Branch: master Commit: 443353d6996715425b74cc6fa3719526f004f374 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=443353d6996715425b74cc6fa3719526f004f374
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Fri Jul 29 09:28:43 2011 +0400 Typo fix and add missing CMake template Signed-off-by: Peter Lemenkov <[email protected]> --- apps/sbc/etc/symmetricrtp.sbcprofile.conf | 4 ++-- apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/apps/sbc/etc/symmetricrtp.sbcprofile.conf b/apps/sbc/etc/symmetricrtp.sbcprofile.conf index c5f11fc..2fac72b 100644 --- a/apps/sbc/etc/symmetricrtp.sbcprofile.conf +++ b/apps/sbc/etc/symmetricrtp.sbcprofile.conf @@ -17,5 +17,5 @@ rtprelay_force_symmetric_rtp=yes # use symmetric RTP indication from P-MsgFlags flag 2 #rtprelay_msgflags_symmetric_rtp=yes -#-# outbound interface to use: -#-#outbound_interface=extern +# outbound interface to use: +#outbound_interface=extern diff --git a/apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake b/apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake new file mode 100644 index 0000000..2fac72b --- /dev/null +++ b/apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake @@ -0,0 +1,21 @@ +# symmetricrtp SBC profile +# +# This implements a transparent B2BUA which relays RTP and forces +# symmetric RTP on both sides - thus being able to bridge between +# two NATed clients + +# RURI/From/To defaults: transparent +#RURI=$r +#From=$f +#To=$t + +## RTP relay +# enable RTP relaying (bridging): +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 + +# outbound interface to use: +#outbound_interface=extern _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
