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
|
||||
|
|
|
@ -6,6 +6,7 @@ password foo
|
|||
log stderr
|
||||
logging filter all 1
|
||||
logging color 1
|
||||
logging print category 0
|
||||
logging timestamp 0
|
||||
logging level all notice
|
||||
logging level rll notice
|
||||
|
@ -31,6 +32,7 @@ log stderr
|
|||
logging level nat notice
|
||||
logging level ctrl notice
|
||||
logging level smpp notice
|
||||
logging level filter notice
|
||||
logging level lglobal notice
|
||||
logging level llapd notice
|
||||
logging level linp notice
|
||||
|
@ -38,6 +40,8 @@ log stderr
|
|||
logging level lmi notice
|
||||
logging level lmib notice
|
||||
logging level lsms notice
|
||||
logging level lctrl notice
|
||||
logging level lgtp notice
|
||||
!
|
||||
line vty
|
||||
no login
|
||||
|
@ -404,9 +408,13 @@ network
|
|||
mncc-int
|
||||
default-codec tch-f fr
|
||||
default-codec tch-h hr
|
||||
nitb
|
||||
subscriber-create-on-demand
|
||||
no assign-tmsi
|
||||
smpp
|
||||
local-tcp-port 2775
|
||||
policy closed
|
||||
smpp-first
|
||||
esme OSMPP
|
||||
password <%= @smsc_password %>
|
||||
default-route
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue