I am also facing the same issue.
When I park the customer's call and put the transfer number in "Number to Call" field, it shows waiting for ring 45 sec. and then a pop-up comes saying "Dial timed out please contact your system administrator".
I tired in most of all the forums, but nobody is facing this kind of issue.
My dialplan is
exten => _1XXXXXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _1XXXXXXXXXX,n,Dial(sip/${EXTEN}@voip,55,tTor)
exten => _1XXXXXXXXXX,n,Hangup()
exten => _44XXXXXXXXXX,1,AGI(
agi://127.0.0.1:4577/call_log)
exten => _44XXXXXXXXXX,n,Dial(sip/${EXTEN}@voip,55,tTor)
exten => _44XXXXXXXXXX,n,Hangup()
and VDAD transfer script is
;VICIDIAL_auto_dialer transfer scrip:
exten => 8365,1,Playback(silence)
exten => 8365,2,AGI(call_log.agi,${EXTEN})
exten => 8365,3,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,4,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,5,AGI(agi-VDADtransfer.agi,${EXTEN})
exten => 8365,6,Hangup
(this script i got it from one of the forum)
existing VDAD script is
; VICIDIAL_auto_dialer transfer script:
exten => 8365,1,Playback(sip-silence)
exten => 8365,2,AGI(
agi://127.0.0.1:4577/call_log)
exten => 8365,3,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----SO)
exten => 8365,4,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----SO)
exten => 8365,5,Hangup
Please give me the solution ASAP. Its very urgent.