On Thu, 24 Feb 2005 12:55:31 -0600 "Anton Krall" <akrall-lists@intruder.com.mx> wrote:> Guys... > > Ive been having problems with my callerid and I have no >more clues as to > what I could be.. dates and times stamped on voicemail >and info received on > the phones display are off by +6 hours and also the date >for example today > is Jan 02 :) > > What can I do to modify this? > > __________________________________________________________________ > Anton KrallNot to state the obvious, but have you checked the date/time on the server and the timezone settings?? Robert
Guys... Ive been having problems with my callerid and I have no more clues as to what I could be.. dates and times stamped on voicemail and info received on the phones display are off by +6 hours and also the date for example today is Jan 02 :) What can I do to modify this? __________________________________________________________________ Anton Krall
Your phones should have a timezone or GMT offset setting. It appears your in the Central zone so set it to -6. Also, setup a NTP server and have your phones sync with it. I find it works fine to use the * server for the NTP server. On Thu, 2005-02-24 at 12:55, Anton Krall wrote:> Guys... > > Ive been having problems with my callerid and I have no more clues as to > what I could be.. dates and times stamped on voicemail and info received on > the phones display are off by +6 hours and also the date for example today > is Jan 02 :) > > What can I do to modify this? > > __________________________________________________________________ > Anton Krall > > _______________________________________________ > 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-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050224/a22e87c7/attachment.htm
:) heehhehehe not that newbie :) At least for linux :) -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Robert Webb Sent: Jueves, 24 de Febrero de 2005 12:54 p.m. To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] CallerID problem On Thu, 24 Feb 2005 12:55:31 -0600 "Anton Krall" <akrall-lists@intruder.com.mx> wrote:> Guys... > > Ive been having problems with my callerid and I have no more clues as >to what I could be.. dates and times stamped on voicemail and info >received on the phones display are off by +6 hours and also the date >for example today is Jan 02 :) > > What can I do to modify this? > > __________________________________________________________________ > Anton KrallNot to state the obvious, but have you checked the date/time on the server and the timezone settings?? Robert _______________________________________________ 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
thats weird.. I just reviewed the handytones 286 config and timezone IS set to chicago -6.... so what the hell? _____ From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Dennis Webb Sent: Jueves, 24 de Febrero de 2005 01:00 p.m. To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] CallerID problem Your phones should have a timezone or GMT offset setting. It appears your in the Central zone so set it to -6. Also, setup a NTP server and have your phones sync with it. I find it works fine to use the * server for the NTP server. On Thu, 2005-02-24 at 12:55, Anton Krall wrote: Guys... Ive been having problems with my callerid and I have no more clues as to what I could be.. dates and times stamped on voicemail and info received on the phones display are off by +6 hours and also the date for example today is Jan 02 :) What can I do to modify this? __________________________________________________________________ Anton Krall _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com <http://lists.digium.com/mailman/listinfo/asterisk-users> http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: <http://lists.digium.com/mailman/listinfo/asterisk-users> http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050224/28fc1e12/attachment.htm
Hey, I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box connects to it using SIP. The asterisk version is 1.2.0. In my sip.conf, I set callerid="First Last" <exten> When I make a an outbound call with the following macro: exten => _9.,1,Dial(SIP/${EXTEN}@<ROUTER>,,w) exten => _9.,2,Congestion() The caller id is set to the extension that's defined in sip.conf. If I try something like: exten => _9.,1,Set(CALLERID(number)=<MAINNUMBER>) exten => _9.,2,Dial(SIP/${EXTEN}@<ROUTER>,,w) exten => _9.,3,Congestion() I get the following error: -- Got SIP response 488 "Not Acceptable Media" back from <ROUTER> It all works fine if I don't set the caller id.. Any ideas on why this may be happening? Thanks.
Have you tried this: exten => _9.,1,Set(CALLERID(num)=<MAINNUMBER>) -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Gary Richardson Sent: Wednesday, February 01, 2006 12:47 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [Asterisk-Users] CallerID Problem Hey, I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box connects to it using SIP. The asterisk version is 1.2.0. In my sip.conf, I set callerid="First Last" <exten> When I make a an outbound call with the following macro: exten => _9.,1,Dial(SIP/${EXTEN}@<ROUTER>,,w) exten => _9.,2,Congestion() The caller id is set to the extension that's defined in sip.conf. If I try something like: exten => _9.,1,Set(CALLERID(number)=<MAINNUMBER>) exten => _9.,2,Dial(SIP/${EXTEN}@<ROUTER>,,w) exten => _9.,3,Congestion() I get the following error: -- Got SIP response 488 "Not Acceptable Media" back from <ROUTER> It all works fine if I don't set the caller id.. Any ideas on why this may be happening? Thanks. _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Are you actually putting the < > in there? try: exten => _9.,1,Set(CALLERID(number)=MAINNUMBER) Hey, I'm using a Cisco 2811 to make calls out to a PRI. My asterisk box connects to it using SIP. The asterisk version is 1.2.0. In my sip.conf, I set callerid="First Last" <exten> When I make a an outbound call with the following macro: exten => _9.,1,Dial(SIP/${EXTEN}@<ROUTER>,,w) exten => _9.,2,Congestion() The caller id is set to the extension that's defined in sip.conf. If I try something like: exten => _9.,1,Set(CALLERID(number)=<MAINNUMBER>) exten => _9.,2,Dial(SIP/${EXTEN}@<ROUTER>,,w) exten => _9.,3,Congestion() I get the following error: -- Got SIP response 488 "Not Acceptable Media" back from <ROUTER> It all works fine if I don't set the caller id.. Any ideas on why this may be happening? Thanks.