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="outbound-codec-prefs" value="$${global_codec_prefs}"/>
|
||||||
<param name="rtp-timer-name" value="soft"/>
|
<param name="rtp-timer-name" value="soft"/>
|
||||||
<!-- ip address to use for rtp, DO NOT USE HOSTNAMES ONLY IP ADDRESSES -->
|
<!-- 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 -->
|
<!-- 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="hold-music" value="$${hold_music}"/>-->
|
||||||
<param name="apply-nat-acl" value="nat.auto"/>
|
<param name="apply-nat-acl" value="nat.auto"/>
|
||||||
|
|
||||||
|
|
|
@ -3,15 +3,15 @@ gsm-bs
|
||||||
tones yes
|
tones yes
|
||||||
earlyb no
|
earlyb no
|
||||||
# These two lines enable RTP bridging
|
# These two lines enable RTP bridging
|
||||||
#bridge Ext
|
bridge Ext
|
||||||
#rtp-bridge
|
rtp-bridge
|
||||||
|
|
||||||
[Ext]
|
[Ext]
|
||||||
#sip <local ip>[:<local port>] <remote ip>[:<remote port>]
|
#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
|
earlyb yes
|
||||||
tones yes
|
tones yes
|
||||||
extern
|
extern
|
||||||
# These two lines enable RTP bridging
|
# These two lines enable RTP bridging
|
||||||
#bridge gsm
|
bridge gsm
|
||||||
#rtp-bridge
|
rtp-bridge
|
||||||
|
|
|
@ -6,6 +6,7 @@ password foo
|
||||||
log stderr
|
log stderr
|
||||||
logging filter all 1
|
logging filter all 1
|
||||||
logging color 1
|
logging color 1
|
||||||
|
logging print category 0
|
||||||
logging timestamp 0
|
logging timestamp 0
|
||||||
logging level all notice
|
logging level all notice
|
||||||
logging level rll notice
|
logging level rll notice
|
||||||
|
@ -31,6 +32,7 @@ log stderr
|
||||||
logging level nat notice
|
logging level nat notice
|
||||||
logging level ctrl notice
|
logging level ctrl notice
|
||||||
logging level smpp notice
|
logging level smpp notice
|
||||||
|
logging level filter notice
|
||||||
logging level lglobal notice
|
logging level lglobal notice
|
||||||
logging level llapd notice
|
logging level llapd notice
|
||||||
logging level linp notice
|
logging level linp notice
|
||||||
|
@ -38,6 +40,8 @@ log stderr
|
||||||
logging level lmi notice
|
logging level lmi notice
|
||||||
logging level lmib notice
|
logging level lmib notice
|
||||||
logging level lsms notice
|
logging level lsms notice
|
||||||
|
logging level lctrl notice
|
||||||
|
logging level lgtp notice
|
||||||
!
|
!
|
||||||
line vty
|
line vty
|
||||||
no login
|
no login
|
||||||
|
@ -404,9 +408,13 @@ network
|
||||||
mncc-int
|
mncc-int
|
||||||
default-codec tch-f fr
|
default-codec tch-f fr
|
||||||
default-codec tch-h hr
|
default-codec tch-h hr
|
||||||
|
nitb
|
||||||
|
subscriber-create-on-demand
|
||||||
|
no assign-tmsi
|
||||||
smpp
|
smpp
|
||||||
local-tcp-port 2775
|
local-tcp-port 2775
|
||||||
policy closed
|
policy closed
|
||||||
|
smpp-first
|
||||||
esme OSMPP
|
esme OSMPP
|
||||||
password <%= @smsc_password %>
|
password <%= @smsc_password %>
|
||||||
default-route
|
default-route
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue