MGW: add config for RBS

This commit is contained in:
Monocots 2021-04-22 18:50:29 +00:00
parent d1dc0a9328
commit d8e9820d62

View file

@ -34,6 +34,11 @@ stats interval 5
line vty
no login
!
<% if @bts[0]["model"] == "rbs2000" -%>
e1_input
e1_line 0 driver e1d
e1_line 0 port 0
<% end -%>
mgcp
domain mgw
bind ip 127.0.0.1
@ -53,3 +58,9 @@ mgcp
number endpoints 31
allow-transcoding
osmux off
<% if @bts[0]["model"] == "rbs2000" -%>
trunk 0
line 0
no rtp keep-alive
rtp-accept-all 1
<% end -%>