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
28 lines
824 B
Plaintext
28 lines
824 B
Plaintext
; File: indications.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: country
|
|
; Section: general
|
|
; Description:
|
|
; Default: us
|
|
country = us
|
|
|
|
[us]
|
|
description = United States / North America
|
|
ringcadence = 2000,4000
|
|
dial = 350+440
|
|
busy = 480+620/500,0/500
|
|
ring = 440+480/2000,0/4000
|
|
congestion = 480+620/250,0/250
|
|
callwaiting = 440/300,0/10000
|
|
dialrecall = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
|
|
record = 1400/500,0/15000
|
|
info = !950/330,!1400/330,!1800/330,0
|
|
stutter = !350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,!350+440/100,!0/100,350+440
|
|
|
|
#tryinclude "indications.conf.d/*.conf"
|