cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
345
Views
0
Helpful
2
Replies

Help! blocking incoming calls

kwaldecker
Level 1
Level 1

Hi all,

At a customer site trying to block incoming calls and am running into issues.

the code is h323 and all calls work fine inbound and out bound.

I applied the following to the router, am i missing something? I want to be able to block certain incoming numbers

voice translation-rule 1

rule 1 reject /9195236831/

rule 2 reject /^9195236831/

!

!

voice translation-profile reject

translate calling 1

voice-port 0/0/0:23

translation-profile incoming reject

1 Accepted Solution

Accepted Solutions

Jaime Valencia
Cisco Employee
Cisco Employee

it should be

call-block translation-profile incoming reject

Refer to the documentation for further explanation

Reject Calls

http://www.cisco.com/en/US/partner/tech/tk652/tk90/technologies_tech_note09186a0080325e8e.shtml#reject

Call Blocking Configuration Examples

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

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

View solution in original post

2 Replies 2

Jaime Valencia
Cisco Employee
Cisco Employee

it should be

call-block translation-profile incoming reject

Refer to the documentation for further explanation

Reject Calls

http://www.cisco.com/en/US/partner/tech/tk652/tk90/technologies_tech_note09186a0080325e8e.shtml#reject

Call Blocking Configuration Examples

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

HTH

java

if this helps, please rate

HTH

java

if this helps, please rate

thanks for the info.

I was missing adding the profile to the dial-peer

everywhere i had read before told me to apply to the voice-port. The only way I could get it to work was to add it to the dial peer.

thanks!