Book Image

Cisco Unified Communications Manager 8: Expert Administration Cookbook

By : Tanner Ezell
Book Image

Cisco Unified Communications Manager 8: Expert Administration Cookbook

By: Tanner Ezell

Overview of this book

Cisco Unified Communications Manager (CUCM) is a software-based call-processing system developed by Cisco Systems. CUCM tracks all active VoIP network components; these include phones, gateways, conference bridges, transcoding resources, and voicemail boxes among others. This scalable, distributable, highly-available enterprise-class system delivers voice, video, mobility, and presence services. It connects up to 30,000 users of IP phones, media processing devices, VoIP gateways, mobile devices, and multimedia applications. With this cookbook you will learn all the important aspects of administering Cisco Unified Communications Manager. Cisco Unified Communications Manager 8: Expert Administration Cookbook is filled with many advanced recipes to effectively and efficiently configure and manage Cisco Unified Communications Manager. This book covers everything an administrator needs during and after Cisco Unified Communications Manager implementation. This practical cookbook contains detailed step-by-step instructions with clear and informative screenshots that cover all the important and advanced aspects of administering Cisco Unified Communications Manager. The book starts with introducing Call Routing and E.164. It then covers configuration and design information for the various call admission control technologies and Media Resources. The book also dives deep into troubleshooting, upgrades, disaster recovery, user management and much more.
Table of Contents (18 chapters)
Cisco Unified Communications Manager 8: Expert Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Implementing E.164 route patterns and partitions


An advantage of an E.164 dial plan is that it requires only a single route pattern to make it all work, though additional route patterns are still needed to allow users to dial using traditional dialing and TEHO. Here we will create the route partition to be used by the E.164 route pattern.

How to do it...

To create the route pattern to support an E.164 dial plan, we will do the following:

  1. Add a new partition, which will be globally accessible, by clicking Add New on the Partitions page located in the Class of Control submenu under the Call Routing menu.

  2. Enter in a partition name and a description in the text box and then click on Save.

  3. Add the E.164 Route Pattern and assign the Route List to it (Call Routing | Route/Hunt | Route Pattern).

  4. Click on Add New.

  5. Enter \+.! for the Route Pattern and select the route partition previously created in the Route Partition drop-down:

  6. From the Gateway/Route List* drop-down, select the route list containing the Standard Local Route Group.

  7. Ensure that the Call Classification is OffNet and the Route Option is set to Route this pattern.

  8. Click on Save.

How it works...

When an E.164 number is dialed, the system will match it against the route pattern. The purpose of this pattern is to get the call to route to the local gateway or trunk where number normalization occurs, before sending the call out to the local gateway. Call Classification is set to OffNet for this pattern because we expect any calls that match this pattern to be routed out to the PSTN.

There's more...

Implementing a successful dial plan requires a few considerations from a technical perspective as well as a user experience standpoint.

Dial plan considerations and partitions

Partitions are a crucial part of both the dial plan and the implementation of calling restrictions. Having a well designed partition scheme can make management easier and it isn't difficult to implement. Some things to consider when planning your partition scheme are as follows:

  • How many locations?

  • Multinational?

  • Will short dials (or hot numbers) be used?

  • What about multinational dialing considerations?

Common system partitions

In most systems there are a few basic requirements from a partitioning perspective and at the very least we want to separate user directory numbers from system numbers. To accomplish this we might have the following partitions:

  • PT-Line

  • PT-System

If this is an E.164 dial plan, we want to separate the partitions from the rest of the system. That is why we also include:

  • PT-Global-E164

Partitioning at a national level

In order to support a basic multinational dial plan we need partitions for dialing rules specific to each nation, for example:

  • PT-US-DialPlan

  • PT-UK-DialPlan

We would typically use these partitions for any patterns that reach the PSTN, including emergency and information services, as well as regular outbound calls.

Partitioning at a local level

If location specific dial rules are required, we might have partitions for each location. For example:

  • PT-US-SFO-DialPlan

By doing this at the location level, we can allow for location specific short dials or dialing rules. For example, if we wanted to implement extension 4357 as a short dial to reach the local help desk, we would use a location specific partition such as that shown previously.

Dial plan considerations and route patterns

It's important to define how users will access the outside world based on what they are familiar with. In many corporations, dial plan rules exist to allow local calls to be dialed first with a 9 or 91, followed by seven or ten digits; other companies may require nine or ten digits for all calls. We call this seven digit and ten digit dialing, respectively.

Regardless of which dialing method is used, the setup is the same and thanks to E.164 you only need one route pattern to support all locations.

Seven digit dialing

To implement seven digit dialing we will add another route pattern as explained earlier, which is the 9.[2-9]XXXXXX pattern:

Unlike the earlier example, we want to strip the 9 off and append a plus sign. This is necessary so the call will match the \+.! pattern before it can be routed to the local gateway or trunk:

In situations where you are not using an E.164 dial plan but want to implement seven digit dialing, you need to only put the pattern in a location specific partition and point the Gateway/Route List* to the appropriate route list or gateway. In this situation, you would not prefix the plus sign.

Tip

Don't forget to include a pattern for non-local calls!

Ten digit dialing

To configure ten digit dialing, follow the previous steps and instead use a pattern of 9.[2-9]XXXXXXXXX.