Files
tobik afd9cc2bf1 New port: net/mod_amd
Asterisk app_amd for FreeSWITCH

This is an implementation of Asterisk's answering machine detection
(voice activity detection) for FreeSWITCH.

WWW: https://github.com/seanbright/mod_amd

PR:		211773
Submitted by:	Šimun Mikecin <numisemis@yahoo.com>
Reviewed by:	koobs
2019-02-07 09:43:16 +00:00

14 lines
569 B
XML

<configuration name="amd.conf" description="mod_amd Configuration">
<settings>
<param name="silence_threshold" value="256"/>
<param name="maximum_word_length" value="5000"/>
<param name="maximum_number_of_words" value="3"/>
<param name="between_words_silence" value="50"/>
<param name="min_word_length" value="100"/>
<param name="total_analysis_time" value="5000"/>
<param name="after_greeting_silence" value="800"/>
<param name="greeting" value="1500"/>
<param name="initial_silence" value="2500"/>
</settings>
</configuration>