b00f67a5dc
This commit sets up the basic configuration for Asterisk. It will allow Asterisk to run, but it won't do anything useful yet. Change-Id: I7975082ff5351db4dc6e3c8cf9dd2d90675e3108
45 lines
770 B
Plaintext
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"
|