puppet-asterisk/files/res_curl.conf
Russell Bryant b00f67a5dc Set up basic Asterisk configuration
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
2013-07-18 14:44:51 -04:00

21 lines
428 B
Plaintext

; File: res_curl.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.
[globals]
; Value: proxytype
; Section: globals
; Description:
; Default: http
proxytype = http
; Value: proxyport
; Section: globals
; Description:
; Default: 8001
proxyport = 8001
#tryinclude "res_curl.conf.d/*.conf"