Configuring Advanced Features
243
matches no string - an impossible match - you can specify the phone’s behavior. You can specify
the digit map timeout, the period of time before the entered number is dialed out.
You need to know the following basic regular expression syntax when creating new dial plan:
T
The timer letter “T” indicates a timer expiry. If “T” is used alone (e.g.,
123T), the default timeout value of 3 will be used. If “T” is not used
alone (e.g., 123<Tx>, x can be a digit from 0 to 99), a complete
match occurs when waiting x seconds after inputting 123.
x
The “x” can be used as a placeholder for any digit from 0 to 9.
Example:
“12x” would match “12
1
”, “12
2
”, “12
3
”, etc.
[]
The square bracket "[]" can be used as a placeholder for a single
character which matches any of a set of characters. Example:
"91[5-7]1234" would match “91
5
1234”, “91
6
1234”, “91
7
1234”.
-
The dash “-” can be used to match a range of digits within the
brackets.
Example:
“[35-7]” would match the number “
3
”, “
5
”, ”
6
” or ”
7
”.
Note
: The digits must be concrete, e.g., [3-x] is invalid.
.
The dot “.” can be used as a placeholder or multiple placeholders,
including zero, of occurrences of the preceding construct.
Examples:
“123.T” would match “12
3
”, “12
33
”, “12
333
”, “12
3333
”, etc.
“x.T” would match an arbitrary number.
“[x*#+].T” would match an arbitrary character.
Note
: If the string ends with a dot (e.g., 123.), a match will occur
immediately after inputting the characters before the dot (e., 123)
since the dot allows for zero occurrences of the preceding construct.
So we recommend you to add a letter “T” after the dot (e.g., 123.T)
for inputting more characters.
R
The letter “R” indicates that certain matched strings are replaced.
Using a RRR syntax, you can replace the digits between the first two
R
s with the digits between the last two
R
s. Example:
“R12R234R” would replace
12
with
234
.
<:>
The letter “:” in the angle bracket indicates that certain matched
strings are replaced. Using the <:> syntax, you can replace the digits
before the colon with the digits after the colon.
Example:
Summary of Contents for CP969
Page 1: ......
Page 22: ...Administrator s Guide for SIP T5 Series Smart Media Phones xxii ...
Page 30: ...Administrator s Guide for SIP T5 Series Smart Media Phones 8 ...
Page 474: ...Administrator s Guide for SIP T5 Series Smart Media Phones 452 ...
Page 781: ...Troubleshooting 759 The phone begins rebooting Any reboot of the phone may take a few minutes ...
Page 787: ...Troubleshooting 765 information on capturing packets refer to Capturing Packets on page 735 ...
Page 788: ...Administrator s Guide for SIP T5 Series Smart Media Phones 766 ...
Page 864: ...Administrator s Guide for SIP T5 Series Smart Media Phones 842 ...