cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
434
Views
5
Helpful
3
Replies

CME Outbound calling groups

dbauman_wan
Level 1
Level 1

Greetings,

I have a CME system with different groups of extensions and phones.

Extensions 100-105 should use voice-port 0/0/0 - 0/0/3 for outbound calling

Extensions 200-205 should use voice-port 0/1/0 - 0/1/3 for outbound calling


and so on.

Inbound calling configurations I would hope would not be effected (like connection plar).

How do I accomplish this?

Thanks,

David

3 Replies 3

paolo bevilacqua
Hall of Fame
Hall of Fame

It is not a trivial configuration, basically requires called number manipulation or COr list applied to ephone DN.

I do not have a compelte config example here, but would be able to provide consultancy if you are interested.

You can accomplish this by using the COR list, if you have not worked with cor-lists before then you would need to understand it first otherwise you will end up troubleshooting it for hours.

Example:

You will need to play with Inbound/Outbound assignment of cor lists: In this example here Phone 1 will use the dial-peer 100, phone 2 will use dial-peer 200 and phone 3 can use all of them.

dial-peer cor custom
name pt-portone
name pt-porttwo

name pt-portthree

dial-peer cor list css-portone
member pt-portone

dial-peer cor list css-porttwo
member pt-porttwo

dial-peer cor list css-portthree

member pt-portthree

dial-peer cor list css-phoneone
member pt-portone

dial-peer cor list css-phonetwo
member pt-porttwo

dial-peer cor list css-phonethree

member pt-portone

member pt-porttwo

member pt-portthree

dial-peer voice 100 pots
destination-pattern 9[2-9]..[2-9]......
corlist outgoing css-portone
port 0/0/1:23

dial-peer voice 200 pots
destination-pattern 9[2-9]..[2-9]......

corlist outgoing css-porttwo
port 0/0/2:23

dial-peer voice 300 pots
destination-pattern 9[2-9]..[2-9]......

corlist outgoing css-portthree
port 0/0/3:23

ephone-dn 1 dual-line
cor incoming css-phoneone

ephone-dn 2 dual-line
cor incoming css-phonetwo

ephone-dn 3 dual-line

cor incoming css-phonethree

Hope it helps.

Thanks

Ovais.

You answered his question and my month long question.  I appreciate the post without the "consultancy" lol.