07-22-2012 09:08 PM - edited 03-16-2019 12:18 PM
Hi Experts,
I just came across a situation where a client required that a particular PSTN line (that is connecting to FXO 0 on a CME, for example) is reserved for outgoing calls for a small group of internal extensions (let's say it's 8010 to 8019). I did some research but could not find anything relevant.
Could anyone please help me by showing me whether it's possible to do with a Cisco CME? If so, what is the feature called?
Thank you very much in advanced for your time and for sharing your wisdom.
Regards,
Nhan.
Solved! Go to Solution.
07-22-2012 10:21 PM
Hi
You'll need cor list like this
dial-peer cor custom
name pt-internal
name pr-external
dial-peer cor list css-internal
member pt-internal
dial-peer cor list css-external
member pt-external
dial-peer voice 9 pots
destination-pattern 9[2-9]......
corlist out css-external
...
ephone-dn 1
number 8010
corlist incoming css-internal
ephone-dn 2
number 8019
corlist incoming css-internal
dont forget to rate post
07-22-2012 10:21 PM
Hi
You'll need cor list like this
dial-peer cor custom
name pt-internal
name pr-external
dial-peer cor list css-internal
member pt-internal
dial-peer cor list css-external
member pt-external
dial-peer voice 9 pots
destination-pattern 9[2-9]......
corlist out css-external
...
ephone-dn 1
number 8010
corlist incoming css-internal
ephone-dn 2
number 8019
corlist incoming css-internal
dont forget to rate post
07-23-2012 07:06 AM
Here, this is a little easier to understand. I have it setup so that extension 2001 will always use FXO port 2/1 for outgoing calls and extension 2002 will always use FXO port 2/0 for outgoing calls.
dial-peer cor custom
name port100
name port200
!
!
dial-peer cor list use100
member port100
!
dial-peer cor list use200
member port200
!
dial-peer voice 100 pots
corlist outgoing use100
description 10 Digit Dialing
destination-pattern 9[2-9]..[2-9]......
port 2/1
forward-digits 10
!
dial-peer voice 101 pots
corlist outgoing use100
description Long Distance Dialing
destination-pattern 91..........
port 2/1
forward-digits 11
!
dial-peer voice 201 pots
corlist outgoing use200
description 10 Digit Dialing
destination-pattern 9[2-9]..[2-9]......
port 2/0
forward-digits 10
!
dial-peer voice 202 pots
corlist outgoing use200
description Long Distance Dialing
destination-pattern 91..........
port 2/0
forward-digits 11
!
dial-peer voice 10 voip
corlist incoming use100
answer-address 2001
!
dial-peer voice 20 voip
corlist incoming use200
answer-address 2002
ephone-dn 1
number 2001
pickup-group 5000
name PHONE-3
call-forward busy 3000
call-forward noan 3000 timeout 20
corlist incoming use100
!
!
ephone-dn 2
number 2002
pickup-group 5000
name PHONE-4
call-forward busy 3000
call-forward noan 3000 timeout 20
corlist incoming use200
!
07-23-2012 07:29 PM
Thank you very much for your time, ttemirgaliyev and nanosynth, both of you have helped me meet the customer's requirements and discover another usage of COR list.
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