Elastix Call Center Module
Elastix Call Center Module
I had problem in configuring elastix call center module. Therefore, I am writing this HowTo, so that one can get
benefit of it if someone have same problem. Please use the same steps as I would mention in this post
Create an extension
Create a queue
number: 1001
name: A1OO1
password: 1001
Create Form
configure the call center by clicking Call Center -> configuration and fill in the following information for
debugging
[root@elastix~] vi /etc/asterisk/extensions_custom.conf
[from-internal-custom]
[from-internal-custom]
;exten => 1234,1,Playback(demo-congrats) ; extensions can dial 1234
exten => 1234,1,Queue(1234) : siendo 1234 el nombre de la cola saliente
exten => 1234,2,Hangup()
exten => h,1,Hangup()
include => agentlogin
include => conferences
include => calendar-event
include => weather-wakeup
Create Campaign
Create campaign by clicking Call Center -> Outgoing Calls -> Create New Campaign. while creating compaing
select queue 1234.
Note: After adding a campaign if you click on "CSV Data", then you would see no data in there and don't
worry about that. The data is ported in MySQL databse
And press Enter. You would see a call from "unknown" on your x-lite. Accept this call listen to the recording.
After recording press 1001#, which is your secret for agent login.
Step 4: After Step 3, You would be able to see agent console and dialing will be started.