07-28-2019 05:30 PM
Hi fellow UCCX technicians
My call flow script goes something like this
Call comes in plays a prompt, then redirects to a call manager hunt group.
When the hunt group dosent answer i send it back to my script via a designated trigger.....
My script checks for called Number and when a match follows an if statemen....
The ultimate aim, is to have the script redirect to the hunt group 3 times, but on the fourth time, send to voicemail....
In order to achieve this i was looking to increment the call count in the script via a variable, however i realised after passing to the hunt group the first time and coming back to the trigger it was creating a new session and the call count was not incrementing......So my delimma is "how to retain the same session id when the call comes back" in the system allowed half hour timeout.....
Questions
Do i start with a Get Session step? Should this be a new session?
any advice would be appreciated
thanks
Solved! Go to Solution.
07-28-2019 07:12 PM
07-28-2019 06:21 PM
Try using the Call Consult Transfer step rather than the Call Redirect step. Increment an int variable and loop the call back to the Call Consult Transfer step. If the value is greater than 3... change the destination number from the Hunt Pilot number to the Voicemail number.
07-28-2019 07:12 PM
thanks Mark
very interesting, ill try that and advise
cheers
07-28-2019 07:52 PM
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