[asterisk-users] AMD: HANGUP
David @ULC
ucoms2001 at gmail.com
Wed Feb 24 12:23:31 CST 2010
*Code:*
== Manager 'sendcron' logged off from 127.0.0.1
-- Executing Playback("Local/91441425477394 at default-b9f2,1",
"sip-silence") in new stack
-- Playing 'sip-silence' (language 'en')
-- Executing AGI("Local/91441425477394 at default-b9f2,1", "agi://
127.0.0.1:4577/call_log") in new stack
-- AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
-- Executing AMD("Local/91441425477394 at default-b9f2,1",
"2000|2000|1000|5000|120|50|4|256") in new stack
-- AMD: Local/91441425477394 at default-b9f2,1 0000000000 (null) (Fmt: 64)
-- AMD: initialSilence [2000] greeting [2000] afterGreetingSilence
[1000] totalAnalysisTime [5000] minimumWordLength [120] betweenWordsSilence
[50] maximumNumberOfWords [4] silenceThreshold [256]
== Spawn extension (default, 91441425477375, 2) exited non-zero on
'Local/91441425477375 at default-1e22,2'
-- Executing DeadAGI("Local/91441425477375 at default-1e22,2", "agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----35-----15")
in new stack
-- AGI Script agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----35-----15completed,
returning 0
-- AMD: HANGUP
-- Executing DeadAGI("Local/91441425477375 at default-1e22,1", "agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in
new stack
-- AGI Script agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------completed,
returning 0
== Spawn extension (default, 91441425477388, 2) exited non-zero on
'Local/91441425477388 at default-86e4,2'
-- Executing DeadAGI("Local/91441425477388 at default-86e4,2", "agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----41-----15")
in new stack
-- AGI Script agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----16-----ANSWER-----41-----15completed,
returning 0
-- AMD: HANGUP
-- Executing DeadAGI("Local/91441425477388 at default-86e4,1", "agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------") in
new stack
-- AGI Script agi://
127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----0---------------completed,
returning 0
vici*CLI>
My agent are NOT getting calls.
-- AMD: HANGUP ??
Is that an Issue ?
How to solve it ?
I have below entry for 8369 :
*Code:*
; VICIDIAL_auto_dialer transfer script AMD with Load Balanced:
exten => 8369,1,Playback(sip-silence)
exten => 8369,2,AGI(agi://127.0.0.1:4577/call_log)
exten => 8369,3,AMD(2000|2000|1000|5000|120|50|4|256)
exten => 8369,4,AGI(VD_amd.agi,${EXTEN})
exten => 8369,5,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LB)
exten => 8369,6,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LB)
exten => 8369,7,Hangup
Amd.conf has :
*Code:*
; initial_silence: Maximum silence duration before the greeting. If exceeded
then MACHINE.
; greeting: Maximum 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_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
More information about the asterisk-users
mailing list