[Asterisk-Users] Can I hide caller id on the fly (per each use
setting) on Bristuffed * and quadbri
Jean-Christophe Heger
jcheger at acytec.com
Thu May 5 23:31:41 MST 2005
The command you may play with, is CallingPres. The values that did work
for me, with a zaphfc an with Swisscom (telco), are:
- 0 - hide callerID
- 32 - show callerID
There is a quite good explanation you to calculate the presentation on:
http://www.voip-info.org/tiki-index.php?page=Asterisk%20cmd%20CallingPres
example (extensions.conf):
exten => .0_,1,CallingPres(32)
exten => .0_,2,SetCallerID(123456789)
exten => .0_,3,Dial(Zap/g1/${EXTEN})
exten => .0_,4,Hangup
Jean-Christophe
Robert Rozman a écrit :
> Hi,
>
> I wonder if I can hide caller id for just certain users. Can I
> override caller id setting for show or hide on the fly from dialplan ?
>
> Thanks in advance,
>
> regards,
>
> Rob.
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list