cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
445
Views
0
Helpful
2
Replies

Calling Number Range?

johnnywan
Level 1
Level 1

Hello,

UCCX 10.6

I am using the Get Call Contact Info to collect the Calling Number as a String called callingDN. I want to compare the with another string variable called classroomDN. callingDN==classroomDN

So any extension starting with 8 should match this and route to appropriate label. It is not working. The classroomDN String variable is "8XXX"

Any help would be appreicated. Thank you!

1 Accepted Solution

Accepted Solutions

Hi there.

You can use Java method .matches.

 

Check this example:

View solution in original post

2 Replies 2

Hi there.

You can use Java method .matches.

 

Check this example:

Thank you! It is working.