10-31-2019 04:18 AM
Hey, am trying to create script for two extension and want to treat both in different manner, like one person 1 called in our CCX, and he's paid user so i want special prompt and special agent for him and the other user call in he will be welcome with simple prompt and simple CSQ. How can i make my script so he can check extension and besed on that extension my script will resoonse.
I try to to use Get call Conact info and set to store extension in my variable but am failed to figure out how i will use that variable in my IF .
Solved! Go to Solution.
10-31-2019 07:32 AM
See my attachment. In my version it is based on the called number, simply change to calling for what you are trying to accomplish
10-31-2019 05:36 AM
After you get the ANI stored as variable (defined as integer) then you simply do:
IF variable == "XXXX"
do somthing
where XXXX is the pre-defined expected value of the caller you wish to treat differently.
10-31-2019 08:25 AM
10-31-2019 07:32 AM
See my attachment. In my version it is based on the called number, simply change to calling for what you are trying to accomplish
11-01-2019 03:21 AM
Thanks Kita :)
04-21-2022 12:29 PM
I need to catch original calling number for call forward in to the uccx using with get call contact info how can we do that ?
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