Displaying 7 results from an estimated 7 matches for "total_analysis_time".
2010 Feb 24
2
AMD: HANGUP
...exten => 8369,7,Hangup
Amd.conf has :
*Code:*
; initial_silence: Maximum silence duration before the greeting. If exceeded
then MACHINE.
; greeting: Maximum length of a greeting. If exceeded then MACHINE.
; after_greeting_silence: Silence after detecting a greeting. If exceeded
then HUMAN
; total_analysis_time: Maximum time allowed for the algorithm to decide on a
HUMAN or PERSON
; min_word_length: Minimum duration of Voice to considered as a word
; between_words_silence: Minimum duration of silence after a word to
considere the audio what follows as a new word
; maximum_number_of_words: Maximum number o...
2006 Nov 21
2
Answer Machine Detection
...; If exceeded then MACHINE.
greeting = 1500 ; Maximum length of a greeting. If
exceeded then MACHINE.
after_greeting_silence = 300 ; Silence after detecting a greeting.
; If exceeded then HUMAN
total_analysis_time = 5000 ; Maximum time allowed for the algorithm
to decide
; on a HUMAN or MACHINE
min_word_length = 120 ; Minimum duration of Voice to considered
as a word
between_words_silence = 50 ; Minimum duration of silence after a word
to consid...
2012 Feb 02
1
amd detect answering machine
...})
amd.conf
[general]
initial_silence = 2500 ; Maximum silence duration before the greeting.
; If exceeded then MACHINE.
greeting = 1500 ; Maximum length of a greeting. If exceeded then MACHINE.
after_greeting_silence = 500 ; Silence after detecting a greeting.
; If exceeded then HUMAN
total_analysis_time = 5000 ; Maximum time allowed for the algorithm to decide
; on a HUMAN or MACHINE
min_word_length = 120 ; Minimum duration of Voice to considered as a word
between_words_silence = 50 ; Minimum duration of silence after a word to consider
; the audio what follows as a new word
maximum_numbe...
2007 Jan 24
3
setting up AMD
...DEBUG[31447] manager.c: Manager received command 'Command'
Jan 24 17:01:56 VERBOSE[31455] logger.c: -- AMD: HANGUP
Jan 24 17:01:56 DEBUG[31455] app_amd.c: Got hangup
The amd.conf:
[amd]
initial_silence = 3500
greeting = 1500
after_greeting_silence = 300
total_analysis_time = 5000
min_word_length = 120
between_words_silence = 50
maximum_number_of_words = 5
silence_threshold = 256
In extensions.conf
[outboundmsg1]
exten => s,1,NoCDR
exten => s,n,AMD
exten => s,n,GotoIf($[${AMDSTATUS}=AMD_PERSON]?humn:mach)
exten => s,n(ma...
2007 Jan 03
2
answer machine detection
Is there anyone with any experience of using the AMD app and the
settings that worked for them in the UK ?
Any help would be appreciated.
Julian
2010 Aug 04
1
Tweaking AMD in Asterisk
Hello ,
I would like to tweak my Answeing Machine Detection (AMD) in Asterisk. My
current values are
AMD(2500|1500|300|5000|120|50|5|256) and we were able to identify approx
25-30 % of all answering machines.
Anybody have any suggestion to improve the accuracy of AMD.
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Mar 24
3
AMD reporting NOTSURE most of the time
...n before the
greeting.
; If exceeded then MACHINE.
greeting = 1500 ; Maximum length of a greeting. If exceeded
then MACHINE.
after_greeting_silence = 800 ; Silence after detecting a greeting.
; If exceeded then HUMAN
total_analysis_time = 5000 ; Maximum time allowed for the algorithm to
decide
; on a HUMAN or MACHINE
min_word_length = 100 ; Minimum duration of Voice to considered as
a word
between_words_silence = 50 ; Minimum duration of silence after a word
to consider...