Link to home
Start Free TrialLog in
Avatar of frukeus
frukeusFlag for Singapore

asked on

Cisco CallManager Express Block Incoming Call

My user has been getting nuisance incoming calls from 1 particular number and has requested for it to be blocked. I've tried the following configuration but it did not seem to work. Can anyone advise? What am I missing?

voice translation-rule 1
rule 1 // /9/

voice translation-rule 50
rule 1 reject /98351112/

voice translation-profile PSTN-to-Office
translate calling 1

voice translation-profile blockIncoming
translate calling 50

dial-peer voice 1 pots
 description Incoming Calls from ISDN
 translation-profile incoming PSTN-to-Office
 incoming called-number .
 direcct-inward-dial
 port 0/0/0:15

dial-peer voice 33 pots
 description Block Incoming Calls
 incoming called number .
 call-block translation-profile incoming blockIncoming
 call-block disconnect-cause incoming call-reject
ASKER CERTIFIED SOLUTION
Avatar of José Méndez
José Méndez

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of frukeus

ASKER

I had to combine it to dial-peer voice 1

dial-peer voice 1 pots
 description Incoming Calls from ISDN
 call-block translation-profile incoming blockIncoming
 call-block disconnect-cause incoming call-reject
 translation-profile incoming PSTN-to-Office
 incoming called-number .
 direcct-inward-dial
 port 0/0/0:15
Avatar of frukeus

ASKER

The guide had an error. I had to do some additional research to get the solution.
But it got me started on the right path.