system-config/modules/asterisk/files/amd.conf
Russell Bryant d4ec2e00a9 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

57 lines
1.0 KiB
Plaintext

; File: amd.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: initial_silence
; Section: general
; Description:
; Default: 2500
initial_silence = 2500
; Value: greeting
; Section: general
; Description:
; Default: 1500
greeting = 1500
; Value: after_greeting_silence
; Section: general
; Description:
; Default: 800
after_greeting_silence = 800
; Value: total_analysis_time
; Section: general
; Description:
; Default: 5000
total_analysis_time = 5000
; Value: min_word_length
; Section: general
; Description:
; Default: 100
min_word_length = 100
; Value: between_words_silence
; Section: general
; Description:
; Default: 50
between_words_silence = 50
; Value: maximum_number_of_words
; Section: general
; Description:
; Default: 3
maximum_number_of_words = 3
; Value: silence_threshold
; Section: general
; Description:
; Default: 256
silence_threshold = 256
#tryinclude "amd.conf.d/*.conf"