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

178
Parameters
ssl-server-policy server-policy-name: References an SSL server policy. The policy name is a string of 1 to
16 case-insensitive characters.
ssl-client-policy client-policy-name: References an SSL client policy. The policy name is a string of 1 to 16
case-insensitive characters.
Usage guidelines
The SSL policies to be referenced must have been configured.
You need to first configure the TLS server and client policies, and then specify TLS as the transport layer
protocol for incoming SIP calls through the listen transport command. Otherwise, no TLS requests can be
received.
If the TLS server policy or its name is modified, specify TLS as the transport layer protocol again through
the transport command, and then the new policy takes effect.
If the TLS client policy or its name is modified, the new configuration takes effect for new TLS connections
and the current TLS connections still use the original policy.
Examples
# Reference SSL server policy Server1 and SSL client policy Server2.
<Sysname> system-view
[Sysname] voice-setup
[Sysname-voice] sip
[Sysname-voice-sip] crypto ssl-server-policy Server1
[Sysname-voice-sip] crypto ssl-client-policy Server2
Related commands
listen transport
display voice sip call-statistics
Use display voice sip call-statistics to display the statistics about all SIP calls.
Syntax
display voice sip call-statistics [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
2: System level
Parameters
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.