R0106-HP MSR Router Series Voice Command Reference(V7)

95
Character Descri
p
tion
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.
To be used together, brackets ([ ]) and
parentheses (( )) must be present in the
form of "( [ ] )". The "[ [ ] ]" and "[ ( ) ]"
forms 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).
Usage guidelines
You can configure a maximum of 32 permitted calling numbers for a voice entity.
Examples
# Configure VoIP entity 2 to permit the calling number 1000 and the calling numbers starting with 20.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] dial-program
[Sysname-voice-dial] entity 2 voip
[Sysname-voice-dial-entity2] caller-permit 1000$
[Sysname-voice-dial-entity2] caller-permit 20
description
Use description to configure a description for a subscriber group.
Use undo description to remove the description of a subscriber group.
Syntax
description text
undo description
Default
No description is configured for a subscriber group.
Views
Subscriber group view
Predefined user roles
network-admin
Parameters
text: Configures a description string of 1 to 80 case-sensitive characters.