Configuring Sips Url Scheme For Outgoing Sip Calls - HP FlexNetwork MSR Series Configuration Manual

Hide thumbs Also See for FlexNetwork MSR Series:
Table of Contents

Advertisement

[RouterB-pki-domain-voice] certificate request url
http://192.168.0.88:446/bd0683e5a369eb4edbb4ef502eaca6ec42d24e97
[RouterB-pki-domain-voice] certificate request from ca
[RouterB-pki-domain-voice] certificate request entity aaa
[RouterB-pki-domain-voice] quit
# Create local RSA key pairs.
[RouterB] public-key local create rsa
# Retrieve the CA certificate from the certificate issuing server.
[RouterB] pki retrieval-certificate ca domain voice
# Request a local certificate from the CA.
[RouterB] pki request-certificate domain voice
# Create an SSL server policy named server and configure the policy to use PKI domain voice.
[RouterB] ssl server-policy server
[RouterB-ssl-server-policy-server] pki-domain voice
# Create an SSL client policy named client and configure the policy to use PKI domain voice.
[RouterB] ssl client-policy client
[RouterB-ssl-client-policy-server] pki-domain voice
# Reference the created SSL server and client policies for SIP, and then specify TLS as the
transport layer protocol for both outgoing and incoming SIP calls.
[RouterB] voice-setup
[RouterB-voice] sip
[RouterB-voice-sip] crypto ssl-server-policy server
[RouterB-voice-sip] crypto ssl-client-policy client
[RouterB-voice-sip] listen transport tls
[RouterB-voice-sip] transport tls
[RouterB-voice-sip] quit
# Configure the voice entities.
[RouterB-voice] dial-program
[RouterB-voice-dial] entity 2222 pots
[RouterB-voice-dial-entity2222] line 1/0
[RouterB-voice-dial-entity2222] match-template 2222
[RouterB-voice-dial] entity 1111 voip
[RouterB-voice-dial-entity1111] address sip ip 192.168.2.1 port 5061
[RouterB-voice-dial-entity1111] match-template 1111
Configuration verification
SIP calls from Telephone 1111 to telephone 2222 are carried over TLS. You can view the information
of all TLS connections using the display voice sip connection tls command.

Configuring SIPS URL scheme for outgoing SIP calls

Network requriements
Two routers Router A and Router B work as SIP UAs. It is required that the SIP calls from Telephone
1111 to telephone 2222 use the SIPS URL scheme.
171

Advertisement

Table of Contents
loading

Table of Contents