03-19-2014 11:03 PM - edited 03-15-2019 05:59 AM
I am a newbie to UCCX scripting. I have a request now , if the call is coming from some specfic number(CIO, CEO or other important person), the call will be put in the priority queue. I creaed a priority number check xml file to validate the calling number, if the calling number doesn match, set a higher priority was then set but it doens't work, snapshot of the scripts are attached. any comments is appreciated.
03-19-2014 11:07 PM
Below is the xml file that i created
03-20-2014 01:27 AM
Would it be easier to implement "Get call info" step where you can filter calling number and then put "if" step where you can configure priority if true (ie you have calling number match) and no priority if false? I mean you can avoid this xml script and subflow calling?
HTH,
Dragan
03-20-2014 08:13 AM
I recommend you test your subflow independtly of the main script with an Active Debug session (Press F10 to step over the script steps). You will need to edit the value of the callingNumber variable prior to beginning your debug.
Also, where are you assigning a value to the variable callingNumber in the subflow, or are you passing it as an input parameter from the main script?
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