puppet-asterisk/files/rtp.conf

45 lines
770 B
Plaintext

; File: rtp.conf
; Description:
; Note: Do NOT edit this file.
; See http://wiki.kickstand-project.org/wiki/Asterisk:Configuration_Files for
; more information about using these configuration files.
[general]
; Value: rtpstart
; Section: general
; Description:
; Default: 10000
rtpstart = 10000
; Value: rtpend
; Section: general
; Description:
; Default: 20000
rtpend = 20000
; Value: rtpchecksums
; Section: general
; Description:
; Default: no
rtpchecksums = no
; Value: dtmftimeout
; Section: general
; Description:
; Default: 3000
dtmftimeout = 3000
; Value: rtcpinterval
; Section: general
; Description:
; Default: 5000
rtcpinterval = 5000
; Value: strictrtp
; Section: general
; Description:
; Default: no
strictrtp = no
#tryinclude "rtp.conf.d/*.conf"