01-30-2008 09:05 AM - edited 03-15-2019 08:31 AM
I would like to know how to block inbound calls to some phone extensions. When I say only inbound I mean block inbound calls from but permit outbound and receive/make internal calls.
The options ofered by ccmanager don't cover this option.
thanks
01-30-2008 09:13 AM
This would need to be done on the gateway, if you are running mgcp this is not possible I dont believe. Your gateway would have to be setup as H323.
Tracy
01-30-2008 09:15 AM
okay. Our gateway is H323.
01-30-2008 09:27 AM
This document should get you rolling.
01-30-2008 09:16 AM
Use an extension that is NOT a DID on phone.
For example, your DIDs are 2000-2500. Use 3000 or something other than 2000-2500. It's always good practice to set aside a non-DID block for your CallManager for these types of phones in your building or campus. (lobby phones, hallways, etc)
Internal phones will still be able to call it because it will be in the same CSS/PT. The phone can still use outbound calling because it has access to the Gateway and route patterns in the CSS/PTs.
Since you do not 3000 as an inbound DID, 3000 will never work for inbound.
hope this helps!
cheers
01-30-2008 09:26 AM
Hi again.
But that configuration is made onde gateway router or in the call manager on the device->gateway menu?
thanks
01-30-2008 09:28 AM
Yes this configuration is made on the gateway. (router)
01-30-2008 02:35 PM
As already stated you can use your H.323 gw to block the calls. Use Translation rules that will work, give it a try.
config t
voice translation-rule 1
rule 1 reject /#/
rule 2 reject /#/
*where # is the number that you wish to block.
config t
voice translation-profile BLOCK_NUMBER
translate incoming 1
Assign this translation profile to the incoming dial-peer that you are using.
----------------------
HTH
//Jorge
01-31-2008 09:37 AM
Or you could just exclude that extension from matching any translation patterns on call manager...
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