cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
191
Views
0
Helpful
1
Replies

Help with blocking cli on cme 10.5 (Sip Phones)

feisalb
Level 1
Level 1

Hello All

 

I have a customer requirement for blocking cli for certain user some of the time.

Blocking cli for some users all the time (executive users).

Other users will pass the cli as main number.

This is on cme 10.5 with fast track 8851 sip phones.

I have configured the dial-peer that will hide the cli using the prefix 89

So user first (10) will be allowed to pass cli and block by using the prefix.

Exec user (5) will permanently block cli

other 35 users will send the full e164 number with last 4 digits as 7888 (main number)

Is there a simple way of doing this?

Can I use the clid strip on the voice register pool / voice register dn?

 

voice translation-rule 1
 rule 1 /^08(7889)/ /\7888/
 rule 2 /^08(7887)/ /\8801/
 rule 3 /^08(7...)/ /\1/
!
voice translation-rule 2
 rule 1 /.*(7...)/ /012345\1/

rule 2 /^(7...)/ /0123457888/
!
!
voice translation-profile pstn-in
 translate called 1
!
voice translation-profile pstn-out
 translate calling 2

 

dial-peer voice 1001 pots
 description ** PSTN INBOUND **
 translation-profile incoming pstn-in
 incoming called-number .
 direct-inward-dial
 port 0/0/0:15
!
dial-peer voice 2001 pots
 description *** EMERGENCY PSTN CALL - NATIONAL ***
 translation-profile outgoing pstn-out
 destination-pattern 999$
 port 0/0/0:15
 prefix 999
!
dial-peer voice 2002 pots
 description *** EMERGENCY PSTN CALL - NATIONAL ***
 translation-profile outgoing pstn-out
 destination-pattern 9999$
 port 0/0/0:15
 prefix 999
!

!
dial-peer voice 2004 pots
 description *** NORMAL PSTN CALL - NATIONAL ***
 translation-profile outgoing pstn-out
 destination-pattern 90[1-9]T
 port 0/0/0:15
 prefix 0
!
 

 

dial-peer voice 3001 pots
 description *** RESTRICT CALLER ID ***
 destination-pattern 89T
 clid strip
 port 0/0/0:15

 

Thanks

 

Feisal

 

 

 

 

1 Reply 1

Nadeem Ahmed
Cisco Employee
Cisco Employee

 

CLID strip does  not work in the voice register dn and voice register pool . you won't be able enter this command. Secondly striping or you don't want for certain you would like to send the Caller-ID.

 

yes you can do it through translation rule and with profile with calling number.

 

Br,

Nadeem

Br, Nadeem Please rate all useful post.