Hi Is there any way to stop Asterisk from sending Caller ID display on the softphones ? I;ve E1 PRIs and SIP extensions , i need to stop caller ID from appearing on the softphones ...but in CDRs caller Ids should show - so please dont suggest to set "blockcallerid=yes" in zapata.conf ;) Thanks Sriram -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081010/e624431f/attachment.htm
You can try blocking the caller ID in the dial plan. Not sure how that will affect the CDR's. If it does not show up in there in the dial plan you can set a variable to the caller ID then set it to be blank and on hangup update the CDR's. ----- Original Message ----- From: Sriram To: asterisk-users at lists.digium.com Sent: Friday, October 10, 2008 6:52 PM Subject: [asterisk-users] Block Caller ID Hi Is there any way to stop Asterisk from sending Caller ID display on the softphones ? I;ve E1 PRIs and SIP extensions , i need to stop caller ID from appearing on the softphones ...but in CDRs caller Ids should show - so please dont suggest to set "blockcallerid=yes" in zapata.conf ;) Thanks Sriram ------------------------------------------------------------------------------ _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090115/ba1c6583/attachment.htm
> ----- Original Message ----- > *From:* Sriram <mailto:d_r_sriram at hotmail.com> > *To:* asterisk-users at lists.digium.com > <mailto:asterisk-users at lists.digium.com> > *Sent:* Friday, October 10, 2008 6:52 PM > *Subject:* [asterisk-users] Block Caller ID > > Hi > > Is there any way to stop Asterisk from sending Caller ID display on > the softphones ? I;ve E1 PRIs and SIP extensions , i need to stop > caller ID from appearing on the softphones ...but in CDRs caller Ids > should show - so please dont suggest to set "blockcallerid=yes" in > zapata.conf > > ;) > > Thanks > Sriram > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-usersmaybe a better solution is to set the callerid to anonymous or something else and use the cdr userfield to set the callerid. so you still have the information and the client doesnt see the callerid in any way. best regards