Answering Machine Detection

From Taridium

(Difference between revisions)
Jump to: navigation, search
(Parameters)
Line 2: Line 2:
== Parameters ==
== Parameters ==
 +
 +
Time values are all in milliseconds unless stated otherwise.
* '''initialSilence''' is the maximum silence duration before the greeting. If exceeded then MACHINE.
* '''initialSilence''' is the maximum silence duration before the greeting. If exceeded then MACHINE.

Revision as of 18:37, 17 June 2011

This application attempts to detect answering machines at the beginning of outbound calls. It is used in a variety of ipbx application to detect answering machines. AMD settings can be configured in the Administrator Panel under ConfigurationManual EditorAnswering Machine Detection

Parameters

Time values are all in milliseconds unless stated otherwise.

Example AMD Configuration

 [AMD] 
 initial_silence = 2500 
 greeting = 1500 
 after_greeting_silence = 300 
 total_analysis_time = 4000 
 min_word_length = 120 
 between_words_silence = 50 
 maximum_number_of_words = 5 
 silence_threshold = 256
Personal tools
Namespaces
Variants
Actions
Toolbox