01-10-2014 03:24 AM - edited 03-16-2019 09:11 PM
In our office in Zurich we like to block an specific outgoing number.
We have created several route paterns what will block/reject this specific number.
But we like to do this on the router instead of the CUCM.
Has someone a suggestion?
Thanks in advance
Solved! Go to Solution.
01-10-2014 03:38 AM
Configure a voice translation rule to match the desired called number you want to block. This example uses 3927393.
! voice translation-rule 1 rule 1 reject /3927393/ !--- Matches the defined number string and rejects the call. ! !--- Apply the rule to a translation profile for the called number. !--- You could also reject based on calling or redirect-called numbers. ! voice translation-profile call_block translate called 1 !--- Invokes voice translation rule 1 in order to determine which !--- calls to reject based on the called number. ! !--- Include the translation profile within a dial peer definition. ! dial-peer voice 100 voip call-block translation-profile incoming call_block !--- Invokes the voice translation profile “call_block” on !--- inbound POTS calls that match this peer !--- in order to determine which calls to reject. call-block disconnect-cause incoming call-reject incoming called-number
you can try this if your GW is H.323 or SIP.
Please rate all the useful posts
01-10-2014 03:47 AM
just add if its a H.323 you can refer to below, this help you.
https://supportforums.cisco.com/docs/DOC-1850
Br,
Nadeem
Please rate all useful post.
01-10-2014 03:34 AM
What is the Gateway you are using is it H.323 or MGCP? and you want to block specifc Calling Number rite? Is it all calls to be blocked of this number ?
Br,
Nadeem
Please rate all useful post.
01-10-2014 03:40 AM
Hi Nadeem,
it is a H.323 gateway and we want to block all calls to one specific number.
regards,
Erick
01-10-2014 05:43 AM
Hello Erick,
Just refer the link which i posted or the one which sureshsub2 has mentioned
Br,
Nadeem
Please rate all useful post.
01-10-2014 03:38 AM
Configure a voice translation rule to match the desired called number you want to block. This example uses 3927393.
! voice translation-rule 1 rule 1 reject /3927393/ !--- Matches the defined number string and rejects the call. ! !--- Apply the rule to a translation profile for the called number. !--- You could also reject based on calling or redirect-called numbers. ! voice translation-profile call_block translate called 1 !--- Invokes voice translation rule 1 in order to determine which !--- calls to reject based on the called number. ! !--- Include the translation profile within a dial peer definition. ! dial-peer voice 100 voip call-block translation-profile incoming call_block !--- Invokes the voice translation profile “call_block” on !--- inbound POTS calls that match this peer !--- in order to determine which calls to reject. call-block disconnect-cause incoming call-reject incoming called-number
you can try this if your GW is H.323 or SIP.
Please rate all the useful posts
01-10-2014 03:47 AM
just add if its a H.323 you can refer to below, this help you.
https://supportforums.cisco.com/docs/DOC-1850
Br,
Nadeem
Please rate all useful post.
10-10-2024 09:36 AM
hallo .,
can ur again these link active
10-10-2024 11:37 AM
In the answer marked as the solution you have the details on how to do this.
10-10-2024 11:42 AM
Hi Roger ,
That solution is only for incoming calls...correct
I need it for outgoing calls
Can you help me with the solution for outgoing calls?
BR ,
Leonel
10-10-2024 12:37 PM
It works for outgoing calls as well, it just depends upon on what dial peer you put the call block command.
10-10-2024 11:45 AM
01-10-2014 06:23 AM
Thanks for your quick response, I will get it working on my test environment coming Monday.
I will let you know if it was successfull.
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