User guide
56
“+” repeat previous digit any number of times (0 to 255)
“x” match any numerical digit (0-9)
“~” matchanydigit(0-9,A-D,*,#)excludinganyspeciedterminators
“!” disallows pattern
“$” indicatessecondarydialingtofollow-usedonlybyxeddialstrings
“<:>” replace group to replace left digit(s) with right digit(s)
“[]” selection group of candidate digits
“[^]” exclusion group of digits
“[0-9]” selection range of candidate numerical digits
“[a-d]” selection range of candidate letter digits
“s” seize on string as only candidate if match to this point
“e” specify ending termination digit which follows (usually * or #)
“f” pause timeout causes failure instead of dial
“p” set digit pause to number of seconds which follow (1-9) for current pattern
“t” set digit timeout to default for current pattern
“-” human readable spacing which is ignored
Interdigittimeout,orpause:Bydefault,thedeviceallowsve(5)secondsbetweendialeddigits.To
changethisdefault,youmustinsertthe“p”parameterbeforethepointinthematchstringthatyou
want this parameter to change. For example, if you would like a nine (9) second delay after each digit is
pressed,thenyouwouldneedtoenter“p9”atthebeginningofthepatternmatchingstring.Similarly,if
you would like a shorter timeout of three (3) seconds towards the end of a dial string, you would need to
enter“p3”beforethelastentryinthepatternmatchingstring:…p3r*x.
Examples of dial strings:
Each parameter in a pattern match string represents a single digit. The only exceptions are parameters
that include a repeat operator. We will illustrate these features by examining the entries in the default
VoIP dial string:
[346]11|*xx|**[1-9]e#r5xp3r*x|p8[1-9]e#r5xp3r*x|#[1-9]e#r5xp3r*x |1010Se#p2r*x|
0Se#r5xp2r*x[3469]11
Recognize the sequences 311,411, 611 and 911, and send them to the service provider when com-
plete.
[3469]means“either3OR4OR6OR9”.Theentirestringmeans“either3OR4OR6OR9”followed
by “11”.
*xx
This string allows the ATA to recognize and forward feature codes to the service provider. However, note
that by default, feature codes are handled locally, in the ATA. The ATA refers to this string only if the re-
mote or default feature code parameters are enabled, or if Pass Through mode is enabled. In those cases,
this string must be included in the pattern matching string, so that the ATA will forward feature codes to
the service provider.