From 81e612a92bbf7db9d2d2368bdf78caed83344433 Mon Sep 17 00:00:00 2001 From: Peter Lemenkov Date: Fri, 29 Jul 2011 09:28:43 +0400 Subject: [PATCH] Typo fix and add missing CMake template Signed-off-by: Peter Lemenkov --- apps/sbc/etc/symmetricrtp.sbcprofile.conf | 4 ++-- .../etc/symmetricrtp.sbcprofile.conf.cmake | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake diff --git a/apps/sbc/etc/symmetricrtp.sbcprofile.conf b/apps/sbc/etc/symmetricrtp.sbcprofile.conf index c5f11fc2..2fac72bf 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 00000000..2fac72bf --- /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