Hugh L. Johnson
2005-Aug-10 15:08 UTC
[Asterisk-Users] Blank CIDName or CIDNum = "asterisk"
I am using Sipura 841 phones and Asterisk CVS-v1-0-06/14/05. Whenever a call comes in with blank CIDName or CIDNum the phone reports the respective variable as "asterisk". I can manually set the variables to whatever I want: CIDName (alpha-numeric) & CIDNum (Numeric). But if I try to make them blank, or null, or maybe throw some alpha characters into CIDNum, they get reported respectively as "asterisk". Where is the phone getting "asterisk" from?
gw@adcomcorp.com
2005-Aug-10 19:03 UTC
[Asterisk-Users] Blank CIDName or CIDNum = "asterisk"
I get the same on all cid-unavailable or private calls. Seems that asterisk is not picking up the cid, so it is just saying asterisk, probably somewhere in the cid coding. It would be nice to have it show as unavailable though. Greg -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Hugh L. Johnson Sent: Wednesday, August 10, 2005 6:09 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Blank CIDName or CIDNum = "asterisk" I am using Sipura 841 phones and Asterisk CVS-v1-0-06/14/05. Whenever a call comes in with blank CIDName or CIDNum the phone reports the respective variable as "asterisk". I can manually set the variables to whatever I want: CIDName (alpha-numeric) & CIDNum (Numeric). But if I try to make them blank, or null, or maybe throw some alpha characters into CIDNum, they get reported respectively as "asterisk". Where is the phone getting "asterisk" from? _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: lists.digium.com/mailman/listinfo/asterisk-users
gw@adcomcorp.com wrote:> > I get the same on all cid-unavailable or private calls. > > Seems that asterisk is not picking up the cid, so it is just saying > asterisk, probably somewhere in the cid coding. > > It would be nice to have it show as unavailable though. >In the [default] section of sip.conf put: callerid=unavailable Tony
Another thing you can do. In your dialplan you can define cid in incoming call like this.. exten => s,1,SetCallerID(Unavailable) Thanks yusuf
gw@adcomcorp.com
2005-Aug-10 23:00 UTC
[Asterisk-Users] Blank CIDName or CIDNum = "asterisk"
Hello Yusuf, The idea is I do not want to override the cid, but rather just not have it show asterisk on unavailable calls. greg -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Yusuf Iqbal Sent: Thursday, August 11, 2005 1:59 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Blank CIDName or CIDNum = "asterisk" Another thing you can do. In your dialplan you can define cid in incoming call like this.. exten => s,1,SetCallerID(Unavailable) Thanks yusuf _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: lists.digium.com/mailman/listinfo/asterisk-users
Hugh L. Johnson
2005-Aug-11 06:41 UTC
[Asterisk-Users] Blank CIDName or CIDNum = "asterisk"
That worked. The following line also got rid of "asterisk" without entering any custom info: callerid Thank you, Hugh On Thu, 2005-08-11 at 03:19 +0100, Tony Hoyle wrote:> In the [default] section of sip.conf put: > > callerid=unavailable
So caller ID name is passed when available and nothing is passed when not?> > That worked. The following line also got rid of "asterisk" without > entering any custom info: > > callerid> > Thank you, > Hugh > > On Thu, 2005-08-11 at 03:19 +0100, Tony Hoyle wrote: > > In the [default] section of sip.conf put: > > > > callerid=unavailable > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users
pbx@itsngroup.com
2005-Aug-18 08:26 UTC
[Asterisk-Users] Blank CIDName or CIDNum = "asterisk"
I thought that I would try this on iax.conf as well however I still get asterisk asterisk as the callerid name and num. I have the latest CVS as of 8/17/05 Has anyone have this working with iax incoming? Thanks Ben> That worked. The following line also got rid of "asterisk" without > entering any custom info: > > callerid> > Thank you, > Hugh > > On Thu, 2005-08-11 at 03:19 +0100, Tony Hoyle wrote: >> In the [default] section of sip.conf put: >> >> callerid=unavailable > >
pbx@itsngroup.com
2005-Aug-30 08:16 UTC
[Asterisk-Users] Blank CIDName or CIDNum = "asterisk"
I thought that I would try this on iax.conf as well however I still get asterisk asterisk as the callerid name and num. I have the latest CVS as of 8/17/05 Has anyone have this working with iax incoming? Thanks Ben> That worked. The following line also got rid of "asterisk" without > entering any custom info: > > callerid> > Thank you, > Hugh > > On Thu, 2005-08-11 at 03:19 +0100, Tony Hoyle wrote: >> In the [default] section of sip.conf put: >> >> callerid=unavailable > >_______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: lists.digium.com/mailman/listinfo/asterisk-users