cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1315
Views
4
Helpful
3
Replies

Cisco CME: Reserve an outgoing FXO port for a group of internal extension?

Nhan Ho
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Tagir Temirgaliyev
Spotlight
Spotlight

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

View solution in original post

3 Replies 3

Tagir Temirgaliyev
Spotlight
Spotlight

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

nanosynth
Level 1
Level 1

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
!

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.


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: