RTP-bridge support
Change config files for FreeSWITCH, LCR and OpenBSC
This commit is contained in:
parent
dd33165099
commit
69401f3e7b
3 changed files with 15 additions and 7 deletions
|
@ -91,9 +91,9 @@
|
|||
<param name="outbound-codec-prefs" value="$${global_codec_prefs}"/>
|
||||
<param name="rtp-timer-name" value="soft"/>
|
||||
<!-- ip address to use for rtp, DO NOT USE HOSTNAMES ONLY IP ADDRESSES -->
|
||||
<param name="rtp-ip" value="127.0.0.1"/>
|
||||
<param name="rtp-ip" value="172.16.0.1"/>
|
||||
<!-- ip address to bind to, DO NOT USE HOSTNAMES ONLY IP ADDRESSES -->
|
||||
<param name="sip-ip" value="127.0.0.1"/>
|
||||
<param name="sip-ip" value="172.16.0.1"/>
|
||||
<!--<param name="hold-music" value="$${hold_music}"/>-->
|
||||
<param name="apply-nat-acl" value="nat.auto"/>
|
||||
|
||||
|
|
|
@ -3,15 +3,15 @@ gsm-bs
|
|||
tones yes
|
||||
earlyb no
|
||||
# These two lines enable RTP bridging
|
||||
#bridge Ext
|
||||
#rtp-bridge
|
||||
bridge Ext
|
||||
rtp-bridge
|
||||
|
||||
[Ext]
|
||||
#sip <local ip>[:<local port>] <remote ip>[:<remote port>]
|
||||
sip 127.0.0.1:5050 127.0.0.1:5060
|
||||
sip 172.16.0.1:5050 172.16.0.1:5060
|
||||
earlyb yes
|
||||
tones yes
|
||||
extern
|
||||
# These two lines enable RTP bridging
|
||||
#bridge gsm
|
||||
#rtp-bridge
|
||||
bridge gsm
|
||||
rtp-bridge
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue