Page 1 of 1

AMD Handler

PostPosted: Wed Jul 08, 2020 6:15 pm
by PManley
In the file /etc/asterisk/extensions.conf, for extension 8369, I see the following entry:

; VICIDIAL_auto_dialer transfer script AMD with Load Balanced:
exten => 8369,1,AGI(agi://127.0.0.1:4577/call_log)
exten => 8369,n,Playback(sip-silence)
exten => 8369,n,AMD(2000,2000,1000,5000,120,50,4,256)
exten => 8369,n,AGI(VD_amd.agi,${EXTEN})
exten => 8369,n,AGI(agi-VDAD_ALL_outbound.agi,NORMAL-----LB-----${CONNECTEDLINE(name)})
exten => 8369,n,Hangup()


What are the parameters for the AMD handler (AMD(2000,2000,1000,5000,120,50,4,256))? Is there any documentation on these parameters?

Thanks and regards,

Peter M.

Re: AMD Handler

PostPosted: Wed Jul 08, 2020 7:48 pm
by frequency
It depends on what you're dialing. AMD built in with vicidial is 70% effective. Custom VM's won't be detected. You have to play around the settings to find out what works best with your carrier. you can find the parameters in amd.conf