09-16-2011 10:43 AM - edited 03-19-2019 03:37 AM
Hi,
One of our employees are getting tons of phone calls from her Ex-BF, so I am asked to block his phone number.
Our Cisco Vendor is no longer available, so I think I can get some help here.
I am new to Cisco commands. I searched online, and i think the below links may be helpful
http://uc500.com/en/block-unwanted-incoming-calls
But I would like to know the full commands instead of part of the code, such as start frrom enable --> configure terminal........
Also, I would like to know how to check what numbers are current blocked and the commands to undo the block, just in case.
We are using CME 7.1.
Thank you very much for your help.
09-18-2011 04:55 AM
Hi,
There is no such guide, these guides assume that you have some experience with Cisco gear/config and experience with CME, now on how to check the numbers blocked you actually need to look at the configuration and look for the voice translation rules, finally the 'undo the block' command is the same as for any other command which is the 'no form' of the command, ie
enable:
voice translation-rule 1
rule 1 reject /9193927393/
no form:
no voice translation-rule 1
no rule 1 reject /9193927393/
Sorry there is no easy way to do this, perhaps you should look into the UC500 series models so you can use the configuration tool which is a GUI for CME, pretty good, works fine and have several wizards that will make your life a lot easier.
Christian Nuche
PDI HD Team.
09-18-2011 03:10 PM
Hi, thank you for your answers. we use cisco 2800 router instead of UC500. The UI interface only have the options for blcoking outgoing calls in a pattern and ID blocking. There is no incoming calls blocking.
I have found the following code: if I want to do the UNDO blcoking. should i just do
--------------------------------------
no form
no voice translation-rule 100
no rule 1 reject /1234567/
--------------------------------------
Configure the following to block calls from 1234567.
Voice translation-rule 100
rule 1 reject /1234567/
Voice translation-profile BLOCK
translate calling 100
dialpeer voice 1 pots
incoming called-number .
call-block translation-profile incoming BLOCK
call-block disconnect-cause incoming call-reject
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