Module: sems Branch: master Commit: 36d737ff158d3231dcda8d822f90cbf6104a1526 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=36d737ff158d3231dcda8d822f90cbf6104a1526
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Mon Feb 28 11:55:42 2011 +0100 cmake: added transparent SBC profile --- apps/sbc/CMakeLists.txt | 1 + apps/sbc/etc/transparent.sbcprofile.conf.cmake | 10 ++++++++++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/apps/sbc/CMakeLists.txt b/apps/sbc/CMakeLists.txt index ba110fa..f9083b8 100644 --- a/apps/sbc/CMakeLists.txt +++ b/apps/sbc/CMakeLists.txt @@ -18,6 +18,7 @@ sbc src_ipmap sst_b2b.sbcprofile transparent.sbcprofile +symmetricrtp.sbcprofile ) INSTALL(PROGRAMS diff --git a/apps/sbc/etc/transparent.sbcprofile.conf.cmake b/apps/sbc/etc/transparent.sbcprofile.conf.cmake index b0e9121..3356b07 100644 --- a/apps/sbc/etc/transparent.sbcprofile.conf.cmake +++ b/apps/sbc/etc/transparent.sbcprofile.conf.cmake @@ -20,6 +20,16 @@ #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): +#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 ## filters: #header_filter=blacklist _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
