bar top left
bar top right
left curve
right curve
Welcome, Guest

Autodialer with IVR message. How can I get Stats
(1 viewing) (1) Guest
Go to bottom
Post Reply
Post New Topic
Page: 12
TOPIC: Autodialer with IVR message. How can I get Stats
#44829
Autodialer with IVR message. How can I get Stats 2 Years ago Karma: 1
Elastix 1.6.12 Call Center 1.5.2-1
Calls show up right in the CDR Report
But how do I get them to show in the Call Center Reports ?

I have set up the call center to call out using a CSV file and play an IVR message
I have created an outbound queue, I have created agents in the call center
All works well
It will dial the numbers, connect and play the IVR message giving the caller options.
Just no Call Center Stats

I have also set up to have the Agents be automatically logged in by removing the passwords in

Agents.conf
agent => 1001,,Agent1001
agent => 1002,,Agent1002
agent => 1003,,Agent1003
agent => 1004,,Agent1004

And adding the following to

Extensions_custom.conf
[login-agents]
exten => 1111,1,Answer
exten => 1111,n,NoOp(Logging Agents)
exten => 1111,n,AgentCallbackLogin(1001,s,501 at from-internal)
exten => 1111,n,AgentCallbackLogin(1002,s,502 at from-internal)
exten => 1111,n,AgentCallbackLogin(1003,s,503 at from-internal)
exten => 1111,n,AgentCallbackLogin(1004,s,504 at from-internal)
exten => 1111,n,NoOp(All Logged)
exten => 1111,n,Hangup()

[automatic-msg]
exten => 5000,1,Answer
exten => 5000,n,NoOp(Logging Agents)
exten => 5000,n,Goto(ivr-3|s|1)
exten => 5000,n,NoOp(All Logged)
exten => 5000,n,Hangup


Thanks to all I LOVE ELASTIX

6String
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
6string
Learning to fly
Fresh Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Salt Lake City, Utah USA Birthday: 06/30
Reply Quote
 
#45282
Re:Autodialer with IVR message. How can I get Stats 1 Year, 12 Months ago Karma: 0
I have the same problem
I hope to find a useful answer
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
kareem
Junior Boarder
Posts: 57
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#46097
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 0
I have a question for you please pm me
Thank You
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
hanoon
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/07/03 16:48 By hanoon.
Reply Quote
 
#46657
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 0
I have found a small trick
create a Misc Application and give it a number say 199
route it to your IVR
in your extensions_custom.conf
add this line
exten => 5000,n,Dial(Local/199@from-internal)
where 5000 is a queue

I hope you found this useful
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
kareem
Junior Boarder
Posts: 57
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#47162
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 1
Thanks for your response
I tried your idea in place of this line

exten => 5000,n,Goto(ivr-3|s|1)

but still no stats
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
6string
Learning to fly
Fresh Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Salt Lake City, Utah USA Birthday: 06/30
Reply Quote
 
#47169
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 0
create a Misc Application and give it a number say 199
route it to your IVR

create a queue say 5000 with its own agents

in your extensions_custom.conf
add this line
exten => 5000,n,Dial(Local/199@from-internal)
where 5000 is your queue number

try it you are not going to lose any thing
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
kareem
Junior Boarder
Posts: 57
graphgraph
User Offline Click here to see the profile of this user
Reply Quote
 
#47194
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 1
Thanks Kareem

I added the the misc application like you said only I used 100
and my queue is 5000
Also this is what I put in the extension_custom.conf

[amessage]
include => ext-local
exten => 5000,1,Set(TIMEOUT(absolute)=50)
exten => 5000,1,Answer
exten => 5000,n,Set(TIMEOUT(absolute)=0)
exten => 5000,2,Wait,1
exten => 5000,n,NoOp(Logging Agents)
exten => 5000,n,Dial(Local/100@from-internal)
exten => 5000,n,NoOp(All Logged)
exten => 5000,n,Hangup()

It dials out using the outbound campaign using the csv and plays the IVR message
I do see the calls completed in the campaign list as you can see the difference between Mar7h and
Mar7i below. But I don't see the call center stats in any other report.

Mar7h 2010-03-07 - 2010-03-07 00:00:00 - 23:00:00 1 (Dialplan) 5000 N/A N/A Finish [Edit] [CSV Data]
Mar7i 2010-03-07 - 2010-03-07 00:00:00 - 23:01:00 1 (Dialplan) 5000 2 29 Finish [Edit] [CSV Data]

Thanks again for your help
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
6string
Learning to fly
Fresh Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Salt Lake City, Utah USA Birthday: 06/30
Reply Quote
 
#47511
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 0
Hi,

I work for a high school and want to set up a way to auto dial staff when we have a snow day. Will your setup work? Did you set it up by creating a queue? Thanks!

Greg
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
gquinlan
Fresh Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Maine
Reply Quote
 
#47552
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 0
Hi,

I work for a high school and want to set up a way to auto dial staff when we have a snow day. Will your setup work? Did you set it up by creating a queue? Thanks!

Greg
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
gquinlan
Fresh Boarder
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Maine
Reply Quote
 
#47589
Re:Autodialer with IVR message. How can I get Stats 1 Year, 11 Months ago Karma: 1
Check out this link it will show you how to set up a broadcast message.
I just modified it to use an IVR instead of a message, it works well but
I have not been able to get the call center reports to show up.

blogs.elastix.org/en/2010/01/broadcast-m...ter-module/#more-258

Thanks
Enter code here   
Please note: although no board code and smiley buttons are shown, they are still usable.
6string
Learning to fly
Fresh Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Salt Lake City, Utah USA Birthday: 06/30
Reply Quote
 
Go to top
Post Reply
Post New Topic
Page: 12
Moderators: Bob, jgutierrez