Hi people, this is my first appearence at this blog, by way of a small introduction my name is Juan Pablo Bustos and I’m writing from Mendoza – Argentina, I’m a Systems Analyst and also I have my ECT Certification.
I’ve been talking with Rafael about publishing this method, and he suggested to share it in the Elastix Blog, so that’s why I’ve have published it, so we can polish it and see a way to implement it on a larger scale.
The objective of this implementation is to use Elastix’s dialer to call a list of customers to deliver a message and to be able to still use the Call Center with “real” agents. I have also added a little PHP script that logs the customer’s answer (number dialed) after the call is completed.
To get this to work, we need to create:
- Some “virtual agents” that are created in the same way as the “real” agents in the Call Center’s GUI.
- A Custom Context to log them in with the command AgentCallbackLogin (sadly deprecated in Asterisk 1.6 , but able to be worked around).
- Another Custom Context to log them (for debugging purposes, but useful sometimes).
- A Custom Context to redirect the calls to a final custom context that will handle the calls. (more…)