04-16-2015 07:09 AM - edited 03-17-2019 02:41 AM
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
04-16-2015 09:37 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide