; 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"