R2511-HP MSR Router Series Voice Command Reference(V5)

216
Usage guidelines
Executing the url command in SIP client view specifies the global SIP URL scheme. If you want to configure
a different SIP URL scheme for an individual call, you can specify the SIP URL scheme in corresponding
VoIP voice entity view. When the SIP URL scheme configured in VoIP voice entity view and that configured
in SIP client view are different, the former is adopted. The VoIP voice entity configuration takes
precedence over global configuration.
You can use the SIPS scheme only when the transport layer protocol is TLS; otherwise, no session requests
will be initiated.
Examples
# Specify SIPS as the global URL scheme for SIP calls.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] sip
[Sysname-voice-sip] url sips
# Configure SIPS as the URL scheme for the SIP calls on VoIP voice entity 1000.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] dial-program
[Sysname-voice-dial] entity 1000 voip
[Sysname-voice-dial-entity1000] url sips
user
Use user to configure SIP authentication information.
Use undo user to restore the default.
Syntax
user username password { cipher | simple } password [ cnonce cnonce | realm realm ] *
undo user
Default
The username and password in SIP client view are VOICE-GATEWAY and VOICE-SIP, respectively, while
no SIP authentication information is configured in POTS entity view or IVR entity view.
Views
SIP client view, POTS entity view, interactive voice response (IVR) entity view
Default command level
2: System level
Parameters
username: Username used for registration authentication, a string of 1 to 63 case-sensitive characters.
The characters double quotation mark (") and backward slash (\) are invalid.
cipher: Specifies a ciphertext password.
simple: Specifies a plaintext password.
password: Specifies the password string. This argument is case-sensitive. If simple is specified, it must be
a string of 1 to 16 characters. If cipher is specified, it must be a string of 1 to 53 characters.