HP MSR2000/3000/4000 Router Series Voice Command Reference

99
Character Descri
p
tion
Plus sign (+)
Indicates the sub-expression before it
appears one or more times. For example,
9876(54)+ can match 987654,
98765454, 9876545454, and so on.
the sign is similar to that of the wildcard
dot (.). These signs must follow a valid
digit or digit string.
Percent sign (%)
Indicates the sub-expression before it
appears multiple times or does not
appear. For example, 9876(54)% can
match 9876, 987654, 98765454,
9876545454, and so on.
Hyphen (-)
Used to connect two digits to indicate a range of numbers, for example, [1-9] indicates
1 to 9 inclusive.
The hyphen (-) can present only in brackets ([ ]).
Brackets ([ ])
Indicates a range. For example, [1-36A]
matches 1, 2, 3, 6, or A.
If embedded, brackets([ ]) and
parentheses (( )) must be presented in the
form of "( [ ] )". The forms of "[ [ ] ]" and
"[ ( ) ]" are incorrect.
Parentheses (( ))
Indicates a string of characters. For
example, (123) indicates the character
string 123. It is usually used together with
signs such as !, %, and +. For example,
408(12)+ can match the character string
40812 or 408121212, but not 408 (that
is, the string 12 must appear at least one
time).
Examples
# Configure the calling number match template 1… for subscriber group 2 to match 4-digit calling
numbers starting with 1.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] dial-program
[Sysname-voice-dial] subscriber-group 2
[Sysname-voice-dial-group2] match-template 1…
max-conn
Use max-conn to configure the maximum number of total calls (both incoming and outgoing) allowed by
a voice entity.
Use undo max-conn to restore the default.
Syntax
max-conn max-number
undo max-conn
Default
No maximum number of total calls is configured.
Views
POTS entity view, VoIP entity view