Re: [Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri

2005-05-06 Thread Jean-Christophe Heger
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@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


___
Asterisk-Users mailing list
Asterisk-Users@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


[Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri

2005-05-04 Thread Robert Rozman
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@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


Re: [Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri

2005-05-04 Thread Peer Oliver Schmidt
Robert Rozman wrote:
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 ?
Did you try setcallerid()?
--
Best regards
Peer Oliver Schmidt
PGP Key ID: 0x83E1C2EA
___
Asterisk-Users mailing list
Asterisk-Users@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


Re: [Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri

2005-05-04 Thread Mark Phillips
I do exactly this for my IT support staff. I have a problem where my 
staff will not answer calls from certain users. Calls to my 3939 IT line 
have SetCallerID set to the following

# This is the IT hotline on 798 3939
exten = 3939,1,SetCallerID, IT Hotline 3939
exten = 3939,2,Dial(SIP/3910SIP/3911SIP/3912)
Perhaps not the most elegant of solutions but it works well for us.
Mark
Robert Rozman wrote:
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@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
___
Asterisk-Users mailing list
Asterisk-Users@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