MGW: Don't patch any RTP
Also set no allow-transcoding, for what it may be worth
This commit is contained in:
parent
553b74a96e
commit
734a7d7b42
1 changed files with 3 additions and 3 deletions
|
@ -48,14 +48,14 @@ mgcp
|
||||||
rtp ip-probing
|
rtp ip-probing
|
||||||
rtp keep-alive once
|
rtp keep-alive once
|
||||||
rtcp-omit
|
rtcp-omit
|
||||||
rtp-patch ssrc
|
no rtp-patch ssrc
|
||||||
rtp-patch timestamp
|
no rtp-patch timestamp
|
||||||
no rtp-patch rfc5993hr
|
no rtp-patch rfc5993hr
|
||||||
sdp audio-payload send-ptime
|
sdp audio-payload send-ptime
|
||||||
sdp audio-payload send-name
|
sdp audio-payload send-name
|
||||||
loop 0
|
loop 0
|
||||||
number endpoints <%= @mgw_num_ep %>
|
number endpoints <%= @mgw_num_ep %>
|
||||||
allow-transcoding
|
no allow-transcoding
|
||||||
osmux off
|
osmux off
|
||||||
<% if @bts[0]["model"] == "rbs2000" -%>
|
<% if @bts[0]["model"] == "rbs2000" -%>
|
||||||
trunk 0
|
trunk 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue