Robert Rozman
2005-May-04 13:10 UTC
[Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri
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.
Peer Oliver Schmidt
2005-May-04 14:14 UTC
[Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri
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
Mark Phillips
2005-May-04 14:20 UTC
[Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri
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/3910&SIP/3911&SIP/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 >
Hello All, My Asterisk is registered with one of the VoIP Carrier and the SIP proxy they use is PartySIP 0.5.5. I can receive inbound calls on my DID numbers, but when I try to make call out I get error message: - Got SIP response 482 "Loop Detected" back from XXX.XXX.XXX.XXX This is my sip.conf: - [out641] username=<inboundDID> type=friend secret=bhal port=7060 nat=yes host=x.x.x.x fromuser=<inboundDID> fromdomain=x.x.x.x dtmfmode=rfc2833 auth=md5 [641in200] username=<inboundDID> type=friend secret=bhal port=5060 nat=yes insecure=very host=x.x.x.x fromuser=<inboundDID> fromdomain=x.x.x.x dtmfmode=rfc2833 context=ext-local canreinvite=no auth=md5 Please help...would appreciate! Thanks Neel
Jean-Christophe Heger
2005-May-05 23:31 UTC
[Asterisk-Users] Can I hide caller id on the fly (per each use setting) on Bristuffed * and quadbri
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