07-12-2015 10:33 PM - edited 03-14-2019 02:59 PM
Hello.
I need prioritize mobile extensions (8701xxxxxxx) over the local extensions (xxxxxxx).
I mean if you call from mobile number you should be promoted in queue.
I used .substring function, but I do not know how to attach variable ("calling number" from GetCallContactInfo operator).
Any ideas how to implement this?
Solved! Go to Solution.
07-13-2015 07:16 AM
Create a new string variable and assign it to the calling number in the get call contact info properties.
07-13-2015 07:20 PM
Hi,
You can use an if step:
e.g.
if
calling_number.startsWith("+
set priority 10
HTH
Regards,
Chakshu Piplani
Please rate helpful posts and identify correct answers.
07-13-2015 07:16 AM
Create a new string variable and assign it to the calling number in the get call contact info properties.
07-13-2015 07:20 PM
Hi,
You can use an if step:
e.g.
if
calling_number.startsWith("+
set priority 10
HTH
Regards,
Chakshu Piplani
Please rate helpful posts and identify correct answers.
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