User's Manual

Table Of Contents
Page | 89
GXW450X User Manual
Version 1.0.0.6
Pattern
All patterns are prefixed with the "_".
Special characters:
X: Any Digit from 0-9.
Z: Any Digit from 1-9.
N: Any Digit from 2-9.
".": Wildcard. Match one or more characters.
"!": Wildcard. Match zero or more characters immediately.
Example: [12345-9] - Any digit from 1 to 9.
Multiple patterns can be used. Each pattern should be entered in new
line.
Notes:
Users can add comments to the end of patterns to better organize and
keep track of complex rules by typing “/*” and “*/” before and after each
comment respectively.
Example:
Pattern CallerID Pattern
_X.
_NNXXNXXXXX /* 10-digit long distance
*/
_818X. /* Any number with leading 818 */
1000
1001