EasyManua.ls Logo

Polycom Trio Visual+

Polycom Trio Visual+
180 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Call Controls
Polycom, Inc. 103
Unsupported Dial Plans
Examples of dial plans not supported include the following:
Braces within the braces with pipes: ^56(12(3|4))((4|5)6)@+1$2$1@0
Non-sequential $ values in translation patters: ^1(45)(89)@+123$2$1@0
3 Specifies zero or more
matches
\d( * )
4 + Specifies one or more
matches
\d( + )
5 ? Specifies zero or one
matches
\d( + )
6 {n} Specifies exactly n
matches
\d {4} Match 4 digits
7 Vertical Bar (Pipe) Matches any one of the
terms separated by the
(vertical bar) character
when all characters are
surrounded by brackets
or square brackets
(1|2|3) or
[1|2|3]
Match either 1, 2, or 3.
8 \d Matches any decimal
digit
^\d Match any decimal digit
(at the beginning of a
string)
9 $ The match must occur
at the end of the string
^(123)$ Match exactly digits 123
(and not 1234)
Unsupported Dial Plans
Number Element Meaning Example Description of
Example
1 {,m} Specifies at most m
matches
\d {,6} Match at most 6
digits
2 {n,} Specifies at least n
matches
\d {3,} Match at least 3
digits (with no limit
to number of digits
matched)
Supported Dial Plans
Number Element Meaning Example Description of Example

Table of Contents

Other manuals for Polycom Trio Visual+

Related product manuals