Module: sems Branch: master Commit: 4861fa1a6e78f37e7a00b5bbf9ca7d7ec7d05635 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4861fa1a6e78f37e7a00b5bbf9ca7d7ec7d05635
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Thu Feb 16 17:37:54 2012 +0400 Sync cmake files Signed-off-by: Peter Lemenkov <[email protected]> --- apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake | 9 +++++++++ apps/sbc/etc/transparent.sbcprofile.conf.cmake | 12 ++++++++++++ sems.h.cmake | 2 ++ 3 files changed, 23 insertions(+), 0 deletions(-) diff --git a/apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake b/apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake index 2fac72b..082498a 100644 --- a/apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake +++ b/apps/sbc/etc/symmetricrtp.sbcprofile.conf.cmake @@ -16,6 +16,15 @@ enable_rtprelay=yes rtprelay_force_symmetric_rtp=yes # use symmetric RTP indication from P-MsgFlags flag 2 #rtprelay_msgflags_symmetric_rtp=yes +# use transparent RTP seqno? [yes] +#rtprelay_transparent_seqno=no +# use transparent RTP SSRC? [yes] +#rtprelay_transparent_ssrc=no + +# RTP interface to use for A leg +#aleg_rtprelay_interface=intern +# RTP interface to use for B leg +#rtprelay_interface=default # outbound interface to use: #outbound_interface=extern diff --git a/apps/sbc/etc/transparent.sbcprofile.conf.cmake b/apps/sbc/etc/transparent.sbcprofile.conf.cmake index bd014e1..f5fd8ec 100644 --- a/apps/sbc/etc/transparent.sbcprofile.conf.cmake +++ b/apps/sbc/etc/transparent.sbcprofile.conf.cmake @@ -32,6 +32,14 @@ #rtprelay_force_symmetric_rtp=yes # use symmetric RTP indication from P-MsgFlags flag 2 #rtprelay_msgflags_symmetric_rtp=yes +# RTP interface to use for A leg +#aleg_rtprelay_interface=intern +# RTP interface to use for B leg +#rtprelay_interface=default +# use transparent RTP seqno? [yes] +#rtprelay_transparent_seqno=no +# use transparent RTP SSRC? [yes] +#rtprelay_transparent_ssrc=no ## filters: #header_filter=blacklist @@ -40,6 +48,10 @@ #message_list= #sdp_filter=whitelist #sdpfilter_list=g729,g723,ilbc,speex,gsm,amr +# Filter A-Lines: Either black or whitelist +#sdp_alines_filter=whitelist +# Lines to be filtered, separated by "," +#sdp_alinesfilter_list=crypto,x-cap #sdp_anonymize=yes ## append extra headers diff --git a/sems.h.cmake b/sems.h.cmake index a5a9b37..ff53f3d 100644 --- a/sems.h.cmake +++ b/sems.h.cmake @@ -65,6 +65,8 @@ #define NUM_SESSION_PROCESSORS 10 // threads to start for RTP processing #define NUM_MEDIA_PROCESSORS 1 +// number of RTP receiver threads +#define NUM_RTP_RECEIVERS 1 // number of SIP servers to start #define NUM_SIP_SERVERS 4 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
