There are several ways to get asterisk to initiate calls for you... there are also pre made solutions out there that you can purchase for Asterisk.
To implement your own solution.....
The first an simplest method is the call file "auto-dial out". You can create a call file and move it into asterisk spool directory.... then asterisk will initiate the call and connect it to whatever context/extension you specify... this could be for example, an agent Queue, a regular extension with IVR, or a meetme conf room.
http://www.voip-info.org/t
Another easy solution, involves using the AMI "Asterisk Manager interface"... to send the contents of what is essentially a call file, directly to asterisk on the manager port...which could also be used to invoke application directly on Asterisk or asterisk channels.
http://www.voip-info.org/w
Both solutions would involve you creating a front end application/service that will manage numbers to dial, and possibly monitor agent/campaign status...
We created our own custom CRM application using the AMI, mysql, and vb.net
Main Topics
Browse All Topics





by: SootahPosted on 2009-07-27 at 09:16:50ID: 24953125
Here are the threads I've started on the Digium Asterisk forum as well: http://forums.digium.com/v iewtopic.p hp?t=70231 iewtopic.p hp?t=70014
http://forums.digium.com/v
Thanks again,
-Sootah