|
Voice Translation Rules can be difficult at first to understand, to help simplify this here is a little utility you can link to that will enable you to test your translations before setting the rule in-place.
Enter your input number and your translation function to see the output number after conversion.
You must enclose your Match-Pattern and Replace-Pattern in / delimiters, with at least one space between them
i.e. /Match-Pattern/ /Replace-Pattern/
NOTE - you will possibly get errors using Firefox to render this page
Link to Cisco Document
If you think you can`t do without this utility why not download it to your PC/Laptop and use it on-site without the need to connect to the Internet. Click here
|
|
|
Character
|
Description
|
. |
Any single digit |
0 to 9,*,#
|
Any specific character
|
[0-9]
|
Any range or sequence of characters
|
* |
Modifier-match none or more occurrences |
+ |
Modifier-match one or more occurrences |
? |
Modifier-match none or one occurrence |
Combinations
|
Definition
|
.*
|
Any digit followed by none or more ocurrences. This is effectively anything,
including null.
|
.+
|
Any digit followed by one or more ocurrences. This is effectively anything,
except null.
|
^$
|
No digits, null
|
Character
|
Description
|
\
|
In the match pattern, indicates where to slice up the number.
|
\
|
In the replacement pattern, indicates where to copy the sets to keep.
|
()
|
Indicates which sets in the matched number to keep.
|
Character Usage
|
|
(a\)
|
Keep expression "a".
|
b\
|
Ignore expression "b".
|
\1
|
Copy the first set into the replacement number.
|
|
|
|
|
|
Created for the
UC500
forums by one user for all users, a great place to get the information you need
to do the job quick and easy.
Scripted by
Softman
27-October-2009 v1.2
|