1010
Views
4
Helpful
1
Replies
help with extended get digit string
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 07:05 AM - edited 03-15-2019 11:47 PM
How in "extended get digit string" use only numbers "181" "280" "191" ?
Labels:
- Labels:
-
Other IP Telephony
1 Reply 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2010 07:58 AM
Hi Yuri,
In the Filter tab and then in the Digits Filter field..you should have "01289", if you want to filter just the 181, 280 and 191 numbers you have to use and if step or a switch step in the successful branch of the Get Digit String.
if ( getDigitString == "181" || getDigitString == "280" || getDigitString == "191")
true
Do something
False
Do something else
Gabriel
