osmo-mgw.cfg: fix config file + add E1 trunk

The config file of osmo-mgw has an incorrect indentation. Also no E1
trunk is configured, so that the E1 related tests fail. Lets fix this.

Change-Id: I3b19afc0809bd56e9fe0f5e968e1c000d29f4abd
This commit is contained in:
Philipp Maier 2020-08-18 20:18:20 +02:00
parent 7bc7dccd0b
commit 02bd8bc60e
1 changed files with 26 additions and 14 deletions

View File

@ -23,22 +23,34 @@ line vty
no login
bind 0.0.0.0
!
e1_input
e1_line 0 driver ipa
!
mgcp
bind ip 172.18.4.180
bind port 2427
rtp port-range 4002 16000
rtp bind-ip 172.18.4.180
rtp ip-probing
rtp ip-dscp 184
no rtp keep-alive
no rtcp-omit
no rtp-patch
sdp audio-payload number 98
sdp audio-payload name GSM
bind ip 172.18.4.180
bind port 2427
rtp port-range 4002 16000
rtp bind-ip 172.18.4.180
rtp ip-probing
rtp ip-dscp 184
no rtp keep-alive
no rtcp-omit
no rtp-patch
sdp audio-payload number 98
sdp audio-payload name GSM
sdp audio-payload send-ptime
sdp audio-payload send-name
conn-timeout 0
loop 0
number endpoints 31
allow-transcoding
osmux off
trunk 1
sdp audio-payload send-ptime
sdp audio-payload send-name
conn-timeout 0
no rtp keep-alive
loop 0
number endpoints 31
no rtcp-omit
no rtp-patch
allow-transcoding
osmux off
line 0