07-30-2012 12:01 PM - edited 03-16-2019 12:26 PM
I'd like to configure COR to prevent users from using the PSTN (just allow them to call internal users only )
how can i do that ?
Solved! Go to Solution.
07-30-2012 08:19 PM
Very easily. I needed to do the same thing. I just created a dial peer with cor that went nowhere when dialed, so that only internal extension calls could be made. This way extensions 1003 and 1004 get a fast busy when trying to dial anything but a valid internal extension.
dial-peer cor custom
name port400
dial-peer cor list use400
member port400
dial-peer voice 400 pots
corlist outgoing use400
description Dial Peer To Nowhere
!
dial-peer voice 21 voip
corlist incoming use400
answer-address 1003
!
dial-peer voice 22 voip
corlist incoming use400
answer-address 1004
ephone-dn 9
number 1003
description 7960 Phone 3rd Button Extension
name 7960 PHONE Line-3
corlist incoming use400
ephone-dn 4
number 1004
description 7960 Phone 4th Button Extension
name 7960 PHONE Line-4
corlist incoming use400
07-30-2012 12:19 PM
Check documentation to begin with:
http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/admin/configuration/guide/cmeblock.html
07-30-2012 12:38 PM
The link explain after-hours block but i'd like to do it by COR
07-30-2012 12:47 PM
Actually it explains COR as well, if you can be patient enough to keep reading:
07-30-2012 01:01 PM
I read the COR but I can't find how can COR block the PSTN calls and allow the user to calls internal only
07-30-2012 01:07 PM
Maybe you have missed a key piece of information:
With COR, unless you block a specific destionation, internal or whatelse, it will be allowed.
Please rememer to rate useful posts clicking on the stars below/
07-30-2012 01:16 PM
What does that mean? pls clarify because I am not an expert in voice
07-30-2012 06:25 PM
Take a look on thos other link, see this analogy:
COR is often described as a lock and key mechanism. Locks are assigned to dial peers with an outgoing COR list. Keys are assigned to dial peers with an incoming COR list.
http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a008019d649.shtml
If your phone dont have the key to open (make a call) to cell phones the call will be blocked, if you have the key the call will suceed.
This is a very good documentation!
Rate this if helps you!
Regards
Leonardo Santana
07-30-2012 08:19 PM
Very easily. I needed to do the same thing. I just created a dial peer with cor that went nowhere when dialed, so that only internal extension calls could be made. This way extensions 1003 and 1004 get a fast busy when trying to dial anything but a valid internal extension.
dial-peer cor custom
name port400
dial-peer cor list use400
member port400
dial-peer voice 400 pots
corlist outgoing use400
description Dial Peer To Nowhere
!
dial-peer voice 21 voip
corlist incoming use400
answer-address 1003
!
dial-peer voice 22 voip
corlist incoming use400
answer-address 1004
ephone-dn 9
number 1003
description 7960 Phone 3rd Button Extension
name 7960 PHONE Line-3
corlist incoming use400
ephone-dn 4
number 1004
description 7960 Phone 4th Button Extension
name 7960 PHONE Line-4
corlist incoming use400
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