puppet/modules/rhizo_base/templates/osmo-mgw.cfg.erb
Monocots 734a7d7b42 MGW: Don't patch any RTP
Also set no allow-transcoding, for what it may be worth
2023-07-07 22:51:50 +00:00

65 lines
1.3 KiB
Text

!
! MGCP (UNKNOWN) configuration by puppet
!
log stderr
logging filter all 1
logging color 0
logging print category-hex 0
logging print category 1
logging timestamp 0
logging print file 1
logging level rtp notice
logging level lglobal notice
logging level llapd notice
logging level linp notice
logging level lmux notice
logging level lmi notice
logging level lmib notice
logging level lsms notice
logging level lctrl notice
logging level lgtp notice
logging level lstats notice
logging level lgsup notice
logging level loap notice
logging level lss7 notice
logging level lsccp notice
logging level lsua notice
logging level lm3ua notice
logging level lmgcp notice
logging level ljibuf notice
logging level lrspro notice
!
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
bind port 2427
rtp port-range 4002 8001
rtp bind-ip 172.16.0.1
rtp ip-probing
rtp keep-alive once
rtcp-omit
no rtp-patch ssrc
no rtp-patch timestamp
no rtp-patch rfc5993hr
sdp audio-payload send-ptime
sdp audio-payload send-name
loop 0
number endpoints <%= @mgw_num_ep %>
no allow-transcoding
osmux off
<% if @bts[0]["model"] == "rbs2000" -%>
trunk 0
line 0
no rtp keep-alive
rtp-accept-all 1
<% end -%>