|
Table Of Contents
Upgrading from Cisco IOS SIP SRST Version 3.0 to Version 3.4
Comparison of Cisco SIP SRST Version 3.0 and Version 3.4
Procedures Necessary to Run Version 3.0 or Version 3.4
How to Upgrade from Cisco SIP SRST Version 3.0 to Version 3.4
Enabling SIP-to-SIP Connection Capabilities
Upgrading from Cisco IOS SIP SRST Version 3.0 to Version 3.4
This chapter describes the changes necessary when upgrading from Version 3.0 to Version 3.4.
Note The Cisco IOS Voice Configuration Library includes a standard library preface, glossary, and feature and troubleshooting documents and is located at http://www.cisco.com/univercd/cc/td/doc/product/software/ios123/123cgcr/vcl.htm.
Contents
• Comparison of Cisco SIP SRST Version 3.0 and Version 3.4
• Procedures Necessary to Run Version 3.0 or Version 3.4
• How to Upgrade from Cisco SIP SRST Version 3.0 to Version 3.4
Comparison of Cisco SIP SRST Version 3.0 and Version 3.4
Cisco IOS SIP SRST V3.0, Cisco IOS Release 12.2(15)ZJ Through Cisco IOS Release 12.4
Cisco IOS SIP SRST V3.0 was the predecessor to Cisco SIP SRST V3.4. In Cisco SIP SRST Version 3.0, you could configure a Cisco IOS voice gateway to act as a SIP redirect server. The voice gateway would respond to the originator of a call with a SIP Redirect message, and the Redirect message allowed the SIP phone that originated the call to establish a call to its destination. In addition, several commands in voice register pool configuration mode were introduced that allowed registration permission control.
Cisco IOS SIP SRST V3.4, Cisco IOS Release 12.4(4)T
With Cisco IOS SIP SRST V3.4, a SIP redirect server is no longer necessary. Instead, a back-to-back user agent (B2BUA) server routes the call as desired. A B2BUA is a separate call agent that has more features than a redirect server, which can accept and forward calls only. With a B2BUA you can also configure call blocking and call forwarding. In call forwarding, the B2BUA forwards calls on behalf of the phone, while maintaining a presence as call middleman in the call path.
Procedures Necessary to Run Version 3.0 or Version 3.4
The table below lists the high-level steps you need to take to upgrade to Cisco SIP SRST Version 3.4. It also lists the high-level steps you need to take in order to run Version 3.0 or Version 3.4.
Cisco SIP SRST Version Instructions and ProceduresIf you are currently running Version 3.0 and want to upgrade to Version 3.4, complete these procedures.
Since Version 3.4 uses a B2BUA and not a redirect server, call redirection must be disabled as described in the following task:
VoIP-to-VoIP connections permit the termination and reorigination of transferred and forwarded calls over the VoIP network. The following task describes how to allow SIP connections:
• Enabling SIP-to-SIP Connection Capabilities
You are now ready to configure Version 3.4 features such as call blocking and call forwarding. The following chapter describes the call blocking and call forwarding configurations:
• Configuring Cisco SIP SRST Version 3.4 Features Using Back-to-Back User Agent Mode
If you are interested in Cisco SIP SRST Version 3.0 (using a redirect server), complete these procedures.
Cisco SIP SRST Version 3.0 provides a backup to an external SIP proxy server by providing basic registrar and redirect services. The following chapters provide full Version 3.0 information, including basic voice register pool configurations.
• Configuring the SIP Registrar
• Configuring Backup Registrar Service to SIP Phones
• Configuring Cisco SIP SRST Version 3.0 Features Using Redirect Mode
If you are interested in Cisco SIP SRST Version 3.4 (using a B2BUA) and have never used Cisco SIP SRST in the past, complete these procedures.
VoIP-to-VoIP connections permit the termination and reorigination of transferred and forwarded calls over the VoIP network. The following task describes how to allow SIP connections:
• Enabling SIP-to-SIP Connection Capabilities
SIP registrar functionality in Cisco IOS software is a required part of Cisco SIP SRST. A registrar accepts SIP Register requests and dynamically builds VoIP dial peers, allowing the Cisco IOS voice gateway software to route calls to SIP phones. The following task describes how to configure the SIP registrar:
• Configuring the SIP Registrar
Configure a basic voice register pool:
• Configuring Backup Registrar Service to SIP Phones
You are now ready to configure Version 3.4 features such as call blocking and call forwarding. The following chapter describes the call blocking and call forwarding configurations:
• Configuring Cisco SIP SRST Version 3.4 Features Using Back-to-Back User Agent Mode
How to Upgrade from Cisco SIP SRST Version 3.0 to Version 3.4
This section contains the following procedures:
• Disabling Call Redirection (required)
• Enabling SIP-to-SIP Connection Capabilities (required)
Disabling Call Redirection
Because Version 3.4 uses a B2BUA and not a redirect server, call redirection must be disabled if it was previously enabled. Complete the following tasks as required, depending on whether call redirection was enabled globally or on a dial-peer basis.
• Disabling Call Redirection Globally
• Disabling Call Redirection on a Specific VoIP Dial Peer
Disabling Call Redirection Globally
To disable global IP-to-IP call redirection for all VoIP dial peers, use voice service configuration mode.
Note When IP-to-IP redirection is configured in dial-peer configuration mode, the configuration for the specific dial peer takes precedence over the global configuration entered under voice service configuration mode.
SUMMARY STEPS
1. enable
2. configure terminal
3. voice service voip
4. no redirect ip2ip
5. end
DETAILED STEPS
Disabling Call Redirection on a Specific VoIP Dial Peer
To disable IP-to-IP call redirection for a specific VoIP dial peer, disable it on the inbound dial peer where it was originally enabled.
Note When IP-to-IP redirection is configured in dial-peer configuration mode, the configuration for the specific dial peer takes precedence over the global configuration entered under voice service configuration mode.
SUMMARY STEPS
1. enable
2. configure terminal
3. dial-peer voice tag voip
4. no redirect ip2ip
5. end
DETAILED STEPS
Enabling SIP-to-SIP Connection Capabilities
VoIP-to-VoIP connections permit the termination and reorigination of transferred and forwarded calls over the VoIP network. For Cisco SIP SRST Version 3.4 we enable SIP-to-SIP connections for hairpin call routing. The B2BUA that routes the call uses the SIP-to-SIP connection. Because VoIP-to-VoIP connections are disabled on the router by default, they must be explicitly enabled to use call routing.
SUMMARY STEPS
1. enable
2. configure terminal
3. voice service voip
4. allow-connections sip to sip
5. end
DETAILED STEPS
What to Do Next
SIP registrar functionality in Cisco IOS software is a required part of Cisco SIP SRST. By default, Cisco SIP SRST is not enabled and cannot accept SIP register messages. To configure the SIP registrar to accept incoming SIP Register messages, see the "Configuring the SIP Registrar" chapter.
To configure a basic voice register pool, see "Configuring Backup Registrar Service to SIP Phones" section on page 26.
To configure call forwarding or call blocking, see the "Configuring Cisco SIP SRST Version 3.4 Features Using Back-to-Back User Agent Mode" chapter.
Posted: Thu Nov 10 08:39:06 PST 2005
All contents are Copyright © 1992--2005 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.