search for: silence_threshold

Displaying 8 results from an estimated 8 matches for "silence_threshold".

2012 Feb 02
1
amd detect answering machine
...n_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! -------------------------------------------------------------------------------- AMICALEMENT Manu SITES WEBS Mon site web Officiel (Manu-dpk.net) Ecoutez Radio DPK CONTACT - E-mail : manuliste at manu-dpk.net - Messenger (WLM) : msn at manu-dpk.net...
2006 Nov 21
2
Answer Machine Detection
...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
2010 Feb 24
2
AMD: HANGUP
...the greeting. If exceeded then MACHINE [AnsweringMachineDetector] 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100224/c268d1c5/attachment.htm
2007 Jan 24
3
setting up AMD
...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/msg1) exten => s,n,Hangup exten => s,n(humn),WaitForSilence...
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:
2009 Jan 20
2
PAP2T provisioning
Anyone have an example XML file for the PAP2T? Cheers, j
2010 Mar 24
3
AMD reporting NOTSURE most of the time
...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 Just wondering if any of you AMD users have any ideas as to what I should check. When I view this on the console I see that it jumps to too long almost immediately:- AMD: initialSilence [2500] greeting [1500] afterGreetingSilence [800] totalAnalysisTime [5000] minimumWordLength [100] betwe...