cmake: added transparent SBC profile

sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 9cc011a43c
commit 36d737ff15

@ -18,6 +18,7 @@ sbc
src_ipmap
sst_b2b.sbcprofile
transparent.sbcprofile
symmetricrtp.sbcprofile
)
INSTALL(PROGRAMS

@ -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

Loading…
Cancel
Save