Call Features
213
x
The “x” can be used as a placeholder for any digit from 0 to 9.
Example:
“12x” would match “121”, “122”, “123”, and so on.
[]
The square bracket "[]" can be used as a placeholder for a single character which matches any of a set of char-
acters. 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, for example, [3-x] is invalid.
.
The dot “.” can be used as a placeholder or multiple placeholders, including zero, of occurrences of the pre-
ceding construct.
Examples:
“123.T” would match “123”, “1233”, “12333”, “123333”, and so on.
“x.T” would match an arbitrary number.
“[x*#+].T” would match an arbitrary character.
Note
: If the string ends with a dot (for example, 123.), a match will occur immediately after inputting the char-
acters before the dot (e., 123) since the dot allows for zero occurrences of the preceding construct. Therefore,
we recommend you to add a letter “T” after the dot (for example, 123.T) for inputting more characters.
R
The letter “R” indicates that certain matched strings are replaced. Using an RRR syntax, you can replace the
digits between the first two Rs with the digits between the last two Rs. 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:
“<12:234>” would replace
12
with
234
. It is the same with R12R234R.
!
The exclamation mark “!” can be used to prevent users from dialing out specific numbers. It can only be put last
in each string of the digit map.
Example:
“235x!” would match “2351”, “2352”, “2353”, and so on. The number starting with 235 will be blocked to dial out.
,
The comma “,” can be used as a separator to generate secondary dial tone.
Example:
“<9,:55>xx”, after entering digit “9”, secondary dial tone plays and you can complete the remaining two-digit
number.
Note
: The secondary dial tone can be customized. For more information, refer to
Digit Map for All Lines Configuration
The following table lists the parameters you can use to configure digit map for all lines.
Содержание T5 Series
Страница 1: ......
Страница 26: ...20 Administrator s Guide for SIP T58V T58A T56A CP960 IP Phones ...
Страница 58: ...52 Administrator s Guide for SIP T58V T58A T56A CP960 IP Phones ...
Страница 86: ...80 Administrator s Guide for SIP T58V T58A T56A CP960 IP Phones ...
Страница 88: ...82 Administrator s Guide for SIP T58V T58A T56A CP960 IP Phones ...
Страница 316: ...310 Administrator s Guide for SIP T58V T58A T56A CP960 IP Phones ...
Страница 388: ...382 Administrator s Guide for SIP T58V T58A T56A CP960 IP Phones ...
Страница 464: ...458 Administrator s Guide for SIP T58V T58A T56A CP960 IP Phones ...