Update config templates to match vty
Match more or less what the vty writes
This commit is contained in:
parent
d62c4c3e2c
commit
3a6808de7c
6 changed files with 141 additions and 39 deletions
|
@ -1,17 +1,56 @@
|
|||
!
|
||||
! 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 e1 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
|
||||
!
|
||||
mgcp
|
||||
bind ip 127.0.0.1
|
||||
rtp port-range 4002 8001
|
||||
rtp bind-ip 172.16.0.1
|
||||
rtp ip-probing
|
||||
rtp ip-tos 184
|
||||
bind port 2427
|
||||
number endpoints 31
|
||||
loop 0
|
||||
force-realloc 1
|
||||
rtcp-omit
|
||||
rtp-patch ssrc
|
||||
rtp-patch timestamp
|
||||
rtp-accept-all 1
|
||||
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 ip-dscp 184
|
||||
rtp keep-alive once
|
||||
rtcp-omit
|
||||
rtp-patch ssrc
|
||||
rtp-patch timestamp
|
||||
no rtp-patch rfc5993hr
|
||||
sdp audio-payload send-ptime
|
||||
sdp audio-payload send-name
|
||||
loop 0
|
||||
number endpoints 31
|
||||
allow-transcoding
|
||||
osmux off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue