cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3398
Views
0
Helpful
10
Replies

CME Partition and CSS ?

dsuntama
Level 1
Level 1

Hi,

Anyone can help me how to use the Partition and CSS on CME as on CUCM ?

For example my client have 3 x ISDN 2

they need to dial prefix 9 to call out

and what they need is

ext. 1 call out using bri 0/0/0

ext. 2 call out using bri 0/0/1

ext. 3 call out using bri 0/1/0

How to configure the calls will go to different BRI as all using the same dial peer with destination pattern 9T ?

Thanks in advance

David

10 Replies 10

Partitions and CSS dosen't exist on CME. Check cor lists to do similar thing.

COR vs Cisco CallManager

*

The COR feature in the Cisco IOS Software feature is like a Cisco CallManager calling search space and partitions.

*

Cisco IOS Software bases its restriction via dial-peer matching. The Cisco CallManager does it based on digit analysis.

*

The dial-peer cor custom command is equivalent to creating Cisco CallManager partitions.

*

The dial-peer cor list command is equivalent to creating a Cisco CallManager calling search space with partitions in it.

More info here: http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml

Hi,

Thanks for the reply

But for my case, how the COR will be implemented ?

Any idea ?

Thanks

Hi,

Did you manage to sort out the issue? I have got the same request from a customer. Please let me know. I am also working on the cor configuration.

Regards,

Chandrasen

Hi,

I still can't find out the using of COR for this scenario.

Temporary Im using different prefix (dial peer pattern) to call out to different BRI port

Anyone can help ?

Rgrds,

David

This can be implemented with a combination of dial peers and voice translation rules. See the following link.

http://supportwiki.cisco.com/ViewWiki/index.php/Mapping_Outbound_VoIP_Calls_to_Specific_Digital_Voice_Ports

Hope this helps.

Brandon

Hi,

Thanks for the reply. We have now implemented the above using COR lists as per the following configurations. We have 2 companies, TMS and BRAM and we worked out the configuration such that the TMS users press 9 to pick up a line, they always select a specific line while when the BRAM users press 9, they always select another line.

Here is the configuration:

dial-peer cor custom

name nat-TMS

name internat-TMS

name nat-BRAM

name internat-BRAM

!

!

dial-peer cor list nat-TMS

member nat-TMS

!

dial-peer cor list internat-TMS

member internat-TMS

!

dial-peer cor list TMS1

member nat-TMS

member internat-TMS

!

dial-peer cor list TMS2

member nat-TMS

!

dial-peer cor list nat-BRAM

member nat-BRAM

!

dial-peer cor list internat-BRAM

member internat-BRAM

!

dial-peer cor list BRAM1

member nat-BRAM

member internat-BRAM

!

dial-peer cor list BRAM2

member nat-BRAM

!

!

!

!

dial-peer voice 1 pots

corlist outgoing nat-BRAM

description [ national direct dial - longest match ]

huntstop

preference 1

destination-pattern 9[2-9]......

progress_ind alert enable 8

progress_ind progress enable 8

progress_ind connect enable 8

incoming called-number .

direct-inward-dial

port 0/0/1:15

forward-digits 7

!

dial-peer voice 2 pots

corlist outgoing nat-BRAM

description [ local direct dial - variable length ]

huntstop

preference 2

destination-pattern 9[8]T

progress_ind alert enable 8

progress_ind connect enable 8

direct-inward-dial

port 0/0/1:15

forward-digits 4

!

dial-peer voice 3 pots

corlist outgoing nat-BRAM

description [ local direct dial - variable length ]

huntstop

preference 3

destination-pattern 91[1,5,7].

direct-inward-dial

port 0/0/1:15

forward-digits 3

!

dial-peer voice 4 pots

corlist outgoing nat-BRAM

description [ local direct dial - variable length ]

huntstop

preference 4

destination-pattern 910...

progress_ind alert enable 8

progress_ind connect enable 8

direct-inward-dial

port 0/0/1:15

forward-digits 5

!

dial-peer voice 5 pots

corlist outgoing internat-BRAM

description [ international ]

huntstop

destination-pattern 90T

progress_ind alert enable 8

progress_ind connect enable 8

direct-inward-dial

port 0/0/1:15

prefix 0

!

!

!

!

dial-peer voice 10 pots

corlist outgoing nat-TMS

description [ national direct dial - longest match ]

huntstop

preference 1

destination-pattern 9[2-9]......

progress_ind alert enable 8

progress_ind progress enable 8

progress_ind connect enable 8

incoming called-number .

direct-inward-dial

port 0/0/0:15

forward-digits 7

!

dial-peer voice 11 pots

corlist outgoing nat-TMS

description [ local direct dial - variable length ]

huntstop

preference 2

destination-pattern 9[8]T

progress_ind alert enable 8

progress_ind connect enable 8

direct-inward-dial

port 0/0/0:15

forward-digits 4

!

dial-peer voice 12 pots

corlist outgoing nat-TMS

description [ local direct dial - variable length ]

huntstop

preference 3

destination-pattern 91[1,5,7].

direct-inward-dial

port 0/0/0:15

forward-digits 3

!

dial-peer voice 13 pots

corlist outgoing nat-TMS

description [ local direct dial - variable length ]

huntstop

preference 4

destination-pattern 910...

progress_ind alert enable 8

progress_ind connect enable 8

direct-inward-dial

port 0/0/0:15

forward-digits 5

!

dial-peer voice 14 pots

corlist outgoing internat-TMS

description [ international ]

huntstop

destination-pattern 90T

progress_ind alert enable 8

progress_ind connect enable 8

direct-inward-dial

port 0/0/0:15

prefix 0

Regards,

Chandrasen

Hi Chandrasen,

Thanks for sharing.

I would like to know how you configure the COR on the ephone-dn ??

Hi,

For example:

ephone-dn 1 dual-line

number 4102

label 4102

call-forward busy 5000

call-forward noan 5000 timeout 20

corlist incoming BRAM1

if you want ephone-dn 1 to access national and international dial-peer and

ephone-dn 1 dual-line

number 4102

label 4102

call-forward busy 5000

call-forward noan 5000 timeout 20

corlist incoming BRAM2

if you want to access only NAtional dial-peers.

Hope this helps.

Chandrasen

Hi Chandrasen,

Thanks for your advise..

Will let you know the result once I apply this to my client

Rgrds,

David

No, it does not but uses a dial peer instead. Your problem could be corrupt dial peer.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: