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

How to block a number in CUBE

dineshshoba
Level 1
Level 1

Hi Cisco

 

Can you tell me how to block a number in CUBE. 

2 Replies 2

Chris Deren
Hall of Fame
Hall of Fame

Assuming you want to block based on caller ID, then you can use "reject" translation rule, i.e.

https://www.cisco.com/c/en/us/support/docs/voice/call-routing-dial-plans/64020-number-voice-translation-profiles.html

 

Ratheesh Kumar
VIP Alumni
VIP Alumni

Hi

Found this article, please try this procedure

 

Step 1. Create a Voice Translation Rule.

From the Global Configuration Mode enter in to the Voice Translation Rule Sub Menu, be sure to select a unique Rule Set ID. Now enter the new Translation Rule identifying the Calling Number ( Caller-ID) of the caller you would like to block.

(config)# voice translation-rule 200
(cfg-translation-rule)# rule 1 reject /06408343425/

Step 2. Create a Voice Translation Profile and apply the Voice Translation Rule

Next step is to create a Voice Translation Profile. Within the Voice Translation Profile we need to translate the Calling party referencing the Rules Set we created above.

(config)# voice transalation-profile ISDN-INBOUND
(cfg-translation-profile)# translate calling 200

Step 3. Attach the Voice Translation Profile to either the Voice Port or Inbound Dial-Peer

I prefer to attached Voice Translation Profiles on the Voice-Port, however attaching to the Dial-Peer is also very acceptable and correct. In either instance the commands for attaching Voice Translation Profiles is the same.

Voice Port Configuration

(config)# voice-port 0/0/0:15
(cfg-voice-port)# translation-profile inbound ISDN-INBOUND

Dial-Peer Configuration

(config)# dial-peer voice 1 pots
(cfg-dial-peer)# translation-profile inbound ISDN-INBOUND

Troubleshooting

Debug isdn q931 – Displays the Calling Party Number format

Debug voice translation – Displays realtime verbose output of matching of Voice Translation Rules for incoming calls.

Show run | s voice – Provides a Running Configuration output focusing on the Voice configuration section.

Show voice translation-rule – Displays all configured Voice Translation Rules

Show voice translation-profile – Displays all configured Voice Translation Profiles.

Test voice translation-rule RULE-ID Phone-Number – Tests Voice Translation Rules, will display translated number.

 

 

HTH

Cheers
Rath!


***Please rate helpful posts***