07-14-2010 01:41 PM - edited 03-14-2019 06:04 AM
Hi all,
I'm adding a menu item to our main menu such that if caller presses 1, it gets moved to a queue, and if they press 2 they get call redirected to another number that is not ours. I want to know how many times the callers press 2 and get redirected. It never hits a queue in this case so how can i report on it?
Any help would be appreciated.
Thanks very much,
Steve Hart
Solved! Go to Solution.
07-14-2010 08:38 PM
You can create a 'dummy' CSQ (one with resource group but no resources).
Before you divert (call redirect?), use "select resource" and set to this CSQ and mark the contact as handled (set contact info).
You should be then able to run reports against this CSQ.
07-14-2010 01:58 PM
Hi
You can use the 'set enterprise data' step to write some info to one of the custom variables 1 - 10.
Those variables are written to the SQL DB in fields in the ContactCallDetail table with the same name; you can then run the 'Custom Variables' report to see how many of these calls there are for a given period, or you could write a custom report to address it if you have the appropriate SQL/Crystal skills.
Regards
Aaron
Please rate helpful posts...
07-14-2010 08:38 PM
You can create a 'dummy' CSQ (one with resource group but no resources).
Before you divert (call redirect?), use "select resource" and set to this CSQ and mark the contact as handled (set contact info).
You should be then able to run reports against this CSQ.
07-15-2010 05:14 AM
Awesome, worked as advertised. Thanks very much.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide