need sip.conf do you have callerid=xxx specified for your phones? is the name the same as the extension? ----- Original Message ----- From: "shabanip" <shabanip@avapajoohesh.com> To: <asterisk-users@lists.digium.com> Sent: Monday, July 26, 2004 8:40 AM Subject: [Asterisk-Users] GrandStream CallerID> I see my own number(or remote called num) instead of caller id on incoming > calls on my BT-102. > but on Xlite everyything is OK. I'm using * latest CVS. > > - shabanip > > > _______________________________________________ > 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 >
I see my own number(or remote called num) instead of caller id on incoming calls on my BT-102. but on Xlite everyything is OK. I'm using * latest CVS. - shabanip
Is it possible to send the incoming PSTN caller ID to a Grandstream Budge Tone-100 SIP phone? I've configured the extensions.conf file and the log is definitely showing the incoming caller ID information, but its not being sent to the SIP phone (assuming that's possible). I've searched through the mailing list threads looking for an answer to this but came up empty handed. -Dave -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041218/9c323172/attachment.htm
Sorry about the question, but did you reload asterisk after making the changes to your conf files?> -----Original Message----- > From: Philipp Ebneter [mailto:mailinglist@ebneter.com] > Sent: Tuesday, December 21, 2004 2:04 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Grandstream CallerID > > Those suggestions were just for testing, obviously. > > >iax.conf > >[2000] > >callerid="My Name" <2000> > > > >sip.conf > >[2002] > >type=friend > >username=2002 > > > >Dialing 2002 from 2000 > > > >-- Executing Dial("IAX2/2000@2000/3", "SIP/2002|20|tT") in new stack > > > >2000 appears on the BT100 > >_______________________________________________ > > > hmmm... interesting. I made no changes to the config, but after this > morning when we had to restart the server my phone now actually > displayes a correct number set with the SETCIDNUM. > > _______________________________________________ > 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 > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support.
I reloaded using asterisk -rx reload. -Dave -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Shoval Tomer Sent: Tuesday, December 21, 2004 7:14 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Grandstream CallerID Sorry about the question, but did you reload asterisk after making the changes to your conf files?> -----Original Message----- > From: Philipp Ebneter [mailto:mailinglist@ebneter.com] > Sent: Tuesday, December 21, 2004 2:04 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Grandstream CallerID > > Those suggestions were just for testing, obviously. > > >iax.conf > >[2000] > >callerid="My Name" <2000> > > > >sip.conf > >[2002] > >type=friend > >username=2002 > > > >Dialing 2002 from 2000 > > > >-- Executing Dial("IAX2/2000@2000/3", "SIP/2002|20|tT") in new stack > > > >2000 appears on the BT100 > >_______________________________________________ > > > hmmm... interesting. I made no changes to the config, but after this > morning when we had to restart the server my phone now actually > displayes a correct number set with the SETCIDNUM. > > _______________________________________________ > 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 > > -- > This message has been scanned for viruses and > dangerous content by MailScanner, and is > believed to be clean. > MailScanner thanks transtec Computers for their support._______________________________________________ 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
David Ishmael wrote:>I reloaded using asterisk -rx reload. > >-Dave > > > >Finally, I could make it work with setup below. I recommend you try to restart (not just reload) asterisk and your phone after you changed the configuration. extension.conf snippet: [sip_phones] exten => _ZX,1,NoOp(CALLERID=${CALLERID}) exten => _ZX,2,SetCIDNum(${CALLERIDNUM}) exten => _ZX,3,Dial(SIP/ZX) and sip.conf snippet: [42] type=friend host=dynamic ; we have a static but private IP address username=42 secret=**** callerid=Philipp Ebneter <42>