04-05-2016 12:52 AM - edited 03-14-2019 03:56 PM
Hi Experts,
I have UCCX 9.1 Scripts running with menu options.
is there any report on UCCX or CUCM which provide information like
1. calling number, called number
2. which option is opted by user in the menu
Please suggest me
Regards,
Vinod
Solved! Go to Solution.
04-29-2016 01:05 AM
Vinod, it is true that if you use Set Enterprise Call Info step before the Select Resource step then agent will be able to see the required variables on their CAD or Finesse Desktop along with the ability of you being able to run the Call Custom Variables Report for those variables as well. In case, if the call is not delivered to agent and directly going out to PSTN you might still be able to do the reporting on them provided you capture it and play with the script, you can at least give it a try and see if it works
Simply under the Switch step, on option 7 that sends the call out to PSTN use Set step in the successful branch of Call Redirect step to define the value e.g. Set Destination == "PSTN" wherein Destination is a string type variable and then map this Destination variable against Call Variable 1, 2 etc and then use a Goto step right after the Set step to send the call to a Set Enterprise Call Info step (this will be different than what you are using for agent of course, simply label it as Set Enterprise (Non Agent) followed by an End step and let the script terminate that way
Regards
Deepak
04-29-2016 06:59 AM
Vinod, find attached a Sample script wherein I am transferring a call directly to a DN, no Select Resource nothing at all whatsoever and I am able to pull the report as well for the Call Peripheral Variable 1 that I am setting against the XferDestination variable
Regards
Deepak
04-05-2016 08:00 AM
Hi
1. There are several reports on CCX that supply this info. One example would be the Detailed Call by Call CCDR report.
2. If you want to know which callers selected which option, you would need to use a 'Set Enterprise Contact Info' step in your scripts to write data into Custom Variable1-10, Caller Entered Digits, or Account Number. These variables are stored in the DB with the call. You can then export the call results using teh Call Custom Variables report, or a custom one to incorporate other data or summarise it.
Aaron
04-09-2016 12:47 AM
Thanks Aaron, will test and get back to you
04-29-2016 12:39 AM
Hi Aaron,
In the UCCX script customer is using the switch step, not menu for the option and if they press 7 the call will be redirected to the PSTN number, by using the set enterprise info we will get report only when the call is hitting the agent .
Any Idea how to get the report when call is redirected to PSTN when user press option in switch step?
Regards,
Vinod
04-29-2016 01:05 AM
Vinod, it is true that if you use Set Enterprise Call Info step before the Select Resource step then agent will be able to see the required variables on their CAD or Finesse Desktop along with the ability of you being able to run the Call Custom Variables Report for those variables as well. In case, if the call is not delivered to agent and directly going out to PSTN you might still be able to do the reporting on them provided you capture it and play with the script, you can at least give it a try and see if it works
Simply under the Switch step, on option 7 that sends the call out to PSTN use Set step in the successful branch of Call Redirect step to define the value e.g. Set Destination == "PSTN" wherein Destination is a string type variable and then map this Destination variable against Call Variable 1, 2 etc and then use a Goto step right after the Set step to send the call to a Set Enterprise Call Info step (this will be different than what you are using for agent of course, simply label it as Set Enterprise (Non Agent) followed by an End step and let the script terminate that way
Regards
Deepak
04-29-2016 03:13 AM
Deepak, It is not working without the agent
I have added new phone to the CUCM and redirected call to this phone, captured the called number and phone DN in the variables and used in set enterprise info set as call variables 1,2 and run the custome call vriable report but no data in call variable 1 and 2
04-29-2016 05:09 AM
In the script we are using " call redirect" step to forward the call to PSTN.
For testing
1. Redirected the call to the phone and checked the stock report " custom call variables" , no data for call variables 1,2
2. Created a new user and assigned IPCC extension, tested script without login as agent , now can see the data in the stock report " custom call variables"
Please find the attched screenshot
04-29-2016 06:59 AM
04-29-2016 08:16 AM
Hi Deepak,
Its working fine now
In the Set step i was using both variable and values as variables but now after hard coding the value to PTSN number , it is working Thanks a lot for your great support !!
Best regards, Vinod
04-29-2016 08:43 AM
Glad that it worked Vinod and thanks for making the correct Answer.
Regards
Deepak
01-23-2019 09:55 AM
Vinod,
Do you know how to include report that will show the destination of the transferred call ?
10-29-2019 10:24 AM
04-05-2016 10:27 AM
Refer to below thread wherein I created a script for the customer with similar requirement that you have. Once the required information/variables had been captured in the script using the Set Enterprise Call Info step, simply run the Call Custom Variables report as suggested by Aaron to get the required report.
https://supportforums.cisco.com/discussion/12951736/csq-name-display
Regards
Deepak
04-09-2016 12:46 AM
Thanks Deepak, will test and get back to you
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