Displaying 7 results from an estimated 7 matches for "between_words_sil".
2010 Feb 24
2
AMD: HANGUP
...um 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 of words in the greeting. If
exceeded then MACHINE
[AnsweringMachineDetector]
initial_silence = 3500
greeting = 1500
after_greetin...
2006 Nov 21
2
Answer Machine Detection
...; 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_number_of_words = 3 ; Maximum number of words in the greeting.
; If exceeded
t...
2012 Feb 02
1
amd detect answering machine
...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_number_of_words = 3 ; Maximum number of words in the greeting.
; If exceeded then MACHINE
silence_threshold = 256
Thank you for your reply and for help!
-------------------------...
2007 Jan 24
3
setting up AMD
...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(mach),WaitForSilence(2500)
exten => s,n,Playback(outboundmsgs/ms...
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
...tecting 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
; the audio what follows as a new word
maximum_number_of_words = 5 ; Maximum number of words in the greeting.
; If exceeded then MACHINE
silence_threshold = 256...