MGW: add config for RBS
This commit is contained in:
parent
d1dc0a9328
commit
d8e9820d62
1 changed files with 11 additions and 0 deletions
|
@ -34,6 +34,11 @@ stats interval 5
|
||||||
line vty
|
line vty
|
||||||
no login
|
no login
|
||||||
!
|
!
|
||||||
|
<% if @bts[0]["model"] == "rbs2000" -%>
|
||||||
|
e1_input
|
||||||
|
e1_line 0 driver e1d
|
||||||
|
e1_line 0 port 0
|
||||||
|
<% end -%>
|
||||||
mgcp
|
mgcp
|
||||||
domain mgw
|
domain mgw
|
||||||
bind ip 127.0.0.1
|
bind ip 127.0.0.1
|
||||||
|
@ -53,3 +58,9 @@ mgcp
|
||||||
number endpoints 31
|
number endpoints 31
|
||||||
allow-transcoding
|
allow-transcoding
|
||||||
osmux off
|
osmux off
|
||||||
|
<% if @bts[0]["model"] == "rbs2000" -%>
|
||||||
|
trunk 0
|
||||||
|
line 0
|
||||||
|
no rtp keep-alive
|
||||||
|
rtp-accept-all 1
|
||||||
|
<% end -%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue