10-14-2010 11:41 AM - edited 03-14-2019 06:41 AM
How to make it done?
My client is really worried about their one toll free IVR service, some customers are dialing the trigger and keep connecting like 1500/1600 seconds or more!
How to release the ICM calls after a certain period of time like 300seconds as an example?
Thanks,
Mijanur Rahman
Solved! Go to Solution.
10-14-2010 12:56 PM
Do you mean that they are just playing around in the IVR application, going back and forth, repeating menus and so on? Control the number of times they loop and throw them out after too many.
Can you describe more about what your customer thinks callers are doing. Is there any evidence?
Sounds bizarre.
Is this ICM with IPIVR or ICM with CVP?
Regards,
Geoff
10-20-2010 12:11 PM
I believe there is indeed no real-time field that will tell you the amount of time the call is connected to the IVR by default. But have a look at this and see if it will fit your requirements :
Do proper testing of this approach before implementing it though. Functionally it should work fine, but if you're not careful, it may result in drastically different reporting figures. Also, be aware of CSCti54657 , this defect affects the Call.TimeInQueue values on the latest UCCE releases. TAC will be able to help you on getting a fix if you would be affected.
Cheers,
Kris
10-14-2010 12:56 PM
Do you mean that they are just playing around in the IVR application, going back and forth, repeating menus and so on? Control the number of times they loop and throw them out after too many.
Can you describe more about what your customer thinks callers are doing. Is there any evidence?
Sounds bizarre.
Is this ICM with IPIVR or ICM with CVP?
Regards,
Geoff
10-14-2010 01:04 PM
Additionally, how difficult is your IVR (e.g. how many levels, how long are the prompts, etc)? The customer might have an unrealistic expectation of what is reasonable time in the IVR just because they build it themselves and know what all the options are ahead of time, but a new caller might take a while to get the hang of it.
david
10-14-2010 02:10 PM
Hi Geoff,
Yes you are right, they are just spending time for no reason as they don't have any impact on charging for that particular DN and associated IVR script.
I liked the idea to count their travel loop and release them on condition. The client requested for time duration of 300seconds in total and release them after 300s but I didn't find any variable at formula editor to find the total call duration/talktime in runtime. Btw, I shall propose them the loop idea and they are gonna grasp it for sure!
But I want to know is it doable the talktime idea?
Thanks!
Mijanur Rahman
10-14-2010 02:11 PM
OH, I forgot to specify, it's the CVP at queue and transfer mode only!
10-20-2010 12:11 PM
I believe there is indeed no real-time field that will tell you the amount of time the call is connected to the IVR by default. But have a look at this and see if it will fit your requirements :
Do proper testing of this approach before implementing it though. Functionally it should work fine, but if you're not careful, it may result in drastically different reporting figures. Also, be aware of CSCti54657 , this defect affects the Call.TimeInQueue values on the latest UCCE releases. TAC will be able to help you on getting a fix if you would be affected.
Cheers,
Kris
10-21-2010 05:28 PM
An alternative suggestion: at the beginning of your script, record the current time in call variable. You can then use this and some of the built-in formula editor functions to determine the time since the call started.
10-21-2010 11:45 PM
Hi,
@Kris thanks that's a nice idea! I had seen the parameter TimeinQueue but never thought this might be used in this way as you suggested, that's brilliant idea!
@ed_umansky, thanks man, how to take current system time?
Thanks,
Mijanur Rahman
10-21-2010 11:57 PM
There is a built-in time() function in the formula editor.
10-22-2010 12:09 AM
Nice! So it really helped! The 'Formula' section in Script Editor Guide already described it briefly, just overlooked it!
I have already implemented the idea from Geoff to release the call after a certain loop, I shall check both the new ideas on lab and then put it on production.
Thanks everyone!
Thanks,
Mijanur Rahman
10-24-2010 06:12 AM
other way to restrict them to have access to IVR by identifying ANI and then sending these calls to disconnect in CVP script.
10-27-2010 09:29 PM
You can reduce the "Max step Number " in system parameter on your IVR. The default number is 1000.
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