09-07-2021 12:29 AM - edited 09-07-2021 01:21 AM
I have some users request to route the incoming hotline calls redirecting to a pre-defined pool of PSTN / Mobile numbers.
Those PSTN/Mobile numbers are supposed to store in an XML files and need to be managed by CCX scripts too.
Is it possible that the call routing are based on round-robin to redirect to multiple numbers?
Can anyone share how to do the CCX scripting on the above requirements?
Thanks so much.
09-07-2021 03:59 AM
You could create a session and store the last number used in there. Sessions do have a limited lifetime, so you code would need to handle that and start at the top of the list if no session was found. I supposed you could also save another XML file with the last number used, but that would be a little more complex.
09-07-2021 12:50 PM
I have a same case for that subject but i did try this with hunt pilot but if the member of line group is forwarded pstn phone this is not working.
Thanks
09-07-2021 05:20 PM
That is because calls to a hunt group don't follow the forwarding on the DN. It may be confusing, but it is expected behavior.
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