cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
0
Helpful
3
Replies

Call Blocking not working CME(UC540)

Mike Buyarski
Level 3
Level 3

I have found a few forums on this but none seem to actually work.  I'm trying to block certain numbers from coming in via the PRI to our UC540 system

I have this in the config.

voice translation-rule 100
 rule 1 reject /6265765244/
 rule 2 reject /6265765257/
!
voice translation-profile BLOCK_IN
 translate calling 100
!
dial-peer voice 10 pots
 call-block translation-profile incoming BLOCK_IN
 call-block disconnect-cause incoming call-reject
 incoming called-number .
!

am I missing something? syntax error? thoughts?

3 Replies 3

R M
Level 1
Level 1

Does it work when you add the profile to the Translation Profile Incoming parameter of the dial-peer?

no it still allows those numbers through

updated dial-peer:

dial-peer voice 10 pots
 translation-profile incoming BLOCK_IN
 call-block translation-profile incoming BLOCK_IN
 call-block disconnect-cause incoming call-reject
 incoming called-number .

I then removed the line "call-block translation-profile incoming BLOCK_IN" but that also had no affect.

Can you upload your running config?