Low, Adam
2004-Sep-22 08:32 UTC
[Asterisk-Users] 'asterisk' displayed on my Cisco 7960 & 7912 ...
The problem is some calls from the PSTN have hidden caller id so if you want to change it to something else then modify chan_sip.c #define CALLERID_UNKNOWN "Asterisk" I've changed mine to: #define CALLERID_UNKNOWN "Unknown" -----Original Message----- From: Shaun Ewing [mailto:sewing@gmail.com] Sent: 22 September 2004 14:16 To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] 'asterisk' displayed on my Cisco 7960 & 7912... On Wed, 22 Sep 2004 14:06:51 +0200, Evert Meulie <evert@witelcom.com> wrote:> Hi! > > When I call a colleague of mine from my Cisco (via Asterisk), they get > on their display: > From Evert > asterisk > > How do I remove/change the 'asterisk' part? > > Regards, > EvertYou need to set a valid caller ID number. For example, in sip.conf under the configuration for your phone: callerid=Shaun Ewing <7011> -Shaun _______________________________________________ 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 ********* DISCLAIMER ********* This message and any attachment are confidential and may be privileged or otherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person
Matthew Boehm
2004-Sep-23 07:01 UTC
[Asterisk-Users] 'asterisk' displayed on my Cisco 7960 & 7912 ...
Update to latest CVS. It is defined as 'Unknown' by default now. FYI, Matthew ----- Original Message ----- From: "Low, Adam" <ALow@Prioritytelecom.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Wednesday, September 22, 2004 10:32 AM Subject: RE: [Asterisk-Users] 'asterisk' displayed on my Cisco 7960 & 7912 ...> The problem is some calls from the PSTN have hidden caller id so if youwant to change it to something else then modify chan_sip.c> > #define CALLERID_UNKNOWN "Asterisk" > > I've changed mine to: > > #define CALLERID_UNKNOWN "Unknown" > > -----Original Message----- > From: Shaun Ewing [mailto:sewing@gmail.com] > Sent: 22 September 2004 14:16 > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] 'asterisk' displayed on my Cisco 7960 &7912...> > On Wed, 22 Sep 2004 14:06:51 +0200, Evert Meulie <evert@witelcom.com>wrote:> > Hi! > > > > When I call a colleague of mine from my Cisco (via Asterisk), they get > > on their display: > > From Evert > > asterisk > > > > How do I remove/change the 'asterisk' part? > > > > Regards, > > Evert > > You need to set a valid caller ID number. > > For example, in sip.conf under the configuration for your phone: > callerid=Shaun Ewing <7011> > > -Shaun > _______________________________________________ > 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 > > > ********* DISCLAIMER ********* > > This message and any attachment are confidential and may be privileged orotherwise protected from disclosure and may include proprietary information. If you are not the intended recipient, please telephone or email the sender and delete this message and any attachment from your system. If you are not the intended recipient you must not copy this message or attachment or disclose the contents to any other person> > > _______________________________________________ > 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