Cisco Callmanager Partition and calling search spaces (CSS) explained!

Cisco CallManager partitions and calling search spaces (CSS) are confusing. This Tech-Recipe describes how I keep track of how this stuff works.


Partitions contain things, like phones, gateways, and route patterns.

CSS show which things can see other things.

For example,

Phone1 is in partition Phone1-P.
Route Pattern 911 is in partition Site1-911-P
Route Pattern 9.! is in partition Site1-Unrestricted-P.

CSS Site1-911 contains the Site1-911-P and Phone1-P partitions.
CSS Site1-UR contains the Site1-911-P, Phone1-P, and Site1-Unrestricted-P partitions.

When the Site1-911 CSS is applied to a directory number (DN), the dialed digits “911″ match the 911 route pattern, and the call is routed to the pattern’s gateway Gateway1. Other dialed digits won’t match any patterns, since the 9.! pattern is not in this CSS, and the call ends.

When the Site1-UR CSS is applied, the DN can dial any digits and find a match via the 9.! pattern.

NOTE: “!” is a pattern that matches all digits, regardless of length

The Conversation

Follow the reactions below and share your own thoughts.

3 Responses to “Cisco Callmanager Partition and calling search spaces (CSS) explained!”

  1. December 16, 2009 at 10:58 am, prajith said:

    How to call between two DNs of two different Calling Search Space in a single CUCM

    Reply

  2. February 02, 2010 at 8:55 am, david franco said:

    brief and to the point – thanks

    Reply

  3. September 06, 2010 at 12:53 pm, RsR said:

    excellent.

    Reply

Leave a Reply

You may also like-

Cisco CallManager Least Cost RoutingCisco CallManager Least Cost RoutingLess painful Least Cost Routing Configuration for Cisco CallManager. In a simple two-site CCM setup, site A and site B have partitions for IP ... php: Separate Spaced Words within a Stringphp: Separate Spaced Words within a StringFrequently, coders find they need to split a string into its separate words. If these words are separated by spaces, then the command options ...