08-20-2009 12:39 AM - edited 03-13-2019 06:35 PM
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
08-20-2009 01:03 AM
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
08-20-2009 01:07 AM
Hi,
Thanks for the reply
But for my case, how the COR will be implemented ?
Any idea ?
Thanks
08-27-2009 03:10 AM
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
08-27-2009 06:02 PM
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
08-28-2009 09:51 AM
This can be implemented with a combination of dial peers and voice translation rules. See the following link.
Hope this helps.
Brandon
08-28-2009 05:31 PM
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
08-30-2009 05:27 PM
Hi Chandrasen,
Thanks for sharing.
I would like to know how you configure the COR on the ephone-dn ??
08-30-2009 05:34 PM
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
08-30-2009 05:49 PM
Hi Chandrasen,
Thanks for your advise..
Will let you know the result once I apply this to my client
Rgrds,
David
02-19-2014 04:09 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide