cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2738
Views
0
Helpful
6
Replies

Blocking outgoing call to specific number on router

Erick Lohmeijer
Level 1
Level 1

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

2 Accepted Solutions

Accepted Solutions

Call Blocking Specific Called Numbers

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.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a00803f818a.shtml#con14

Please rate all the useful posts

//Suresh Please rate all the useful posts.

View solution in original post

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.

Br, Nadeem Please rate all useful post.

View solution in original post

6 Replies 6

Nadeem Ahmed
Cisco Employee
Cisco Employee

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.

Br, Nadeem Please rate all useful post.

Hi Nadeem,

it is a H.323 gateway and we want to block all calls to one specific number.

regards,

Erick

Hello Erick,

Just refer the link which i posted or the one which sureshsub2 has mentioned


Br,
Nadeem 

Please rate all useful post.

Br, Nadeem Please rate all useful post.

Call Blocking Specific Called Numbers

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.

http://www.cisco.com/en/US/tech/tk652/tk90/technologies_configuration_example09186a00803f818a.shtml#con14

Please rate all the useful posts

//Suresh Please rate all the useful posts.

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.

Br, Nadeem Please rate all useful post.

Erick Lohmeijer
Level 1
Level 1

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.