i made a change in amd.conf, because many agents said that very often the customer say "hello ... hello" if amd detection is on.
but when i make a change in amd.conf and reboot the system, asterisk use the old settings.
- Code: Select all
root@ka-vici-dialer:~# cat /etc/asterisk/amd.conf
[AnsweringMachineDetector]
initial_silence = 3500
greeting = 1500
after_greeting_silence = 150 ;300
total_analysis_time = 3000 ;5000
min_word_length = 120
between_words_silence = 50
maximum_number_of_words = 5
silence_threshold = 256
after reboot in CLI:
- Code: Select all
-- AMD: initialSilence [2000] greeting [2000] afterGreetingSilence [1000] totalAnalysisTime [5000] minimumWordLength [120] betweenWordsSilence [50] maximumNumberOfWords [4] silenceThreshold [256]
any idea what i have to do taht the changes take effect?
regards
philip