We've just seen that one of our servers is an hour out (it reckons that it's 15:02 instead of 14:02). Can I change the time when * is running ? I don't want to try just in case it causes * some grief. Julian.
Julian Lyndon-Smith wrote:> We've just seen that one of our servers is an hour out (it reckons that > it's 15:02 instead of 14:02). > > Can I change the time when * is running ? I don't want to try just in > case it causes * some grief.It can cause some repercussions. I wouldn't recommend changing the time backwards by such a large amount while Asterisk is running with active calls... but your mileage may vary :-) (And before people jump in and say that this already happens when DST shifts occur... that is very different, as the actual clock tick counter does _NOT_ change, only the userspace representation of 'wall clock time' does) Certainly it would be safer to wait until a time when there is no call activity and change it at that point.
If you need more rings, increase 25 (that is in seconds, more or less). Regards. El vie, 09-12-2005 a las 11:41 -0500, Robert La Ferla escribi?:> Derek Whitten wrote: > > [incoming] > > exten => s,1,Dial(SIP/myext&SIP/myext1&SIP/myext2,25,t,r) > > exten => s,2,Voicemail(myext) > > exten => s,3,Hangup() > > > Thanks. This will call/ring multiple extensions but what about waiting > for X rings before going to voicemail? How do I do that? > > > _______________________________________________ > --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-- Jos? Luis G?mez Qualis Information Technology Av. Rivadavia 2553, PB Of. 43 EP 0342-4565684 int 102 Bs. As. 011-51990896 www.qualis.com.ar Soporte 0810-8880022 Santa Fe - Argentina
On Fri, Dec 09, 2005 at 02:02:53PM +0000, Julian Lyndon-Smith wrote:> We've just seen that one of our servers is an hour out (it reckons that > it's 15:02 instead of 14:02). > > Can I change the time when * is running ? I don't want to try just in > case it causes * some grief.keep clocks in sync with ntp . Or set the system clock with time. However if this is exactly an hour, I suggest that you simply look at it from an incorrect timezone. Could you please provide the output of: ls -l /etc/localtime -- Tzafrir Cohen | tzafrir@jbr.cohens.org.il | VIM is http://tzafrir.org.il | | a Mutt's tzafrir@cohens.org.il | | best ICQ# 16849755 | | friend
2005/12/9, Julian Lyndon-Smith <asterisk@dotr.com>:> Can I change the time when * is running ? I don't want to try just in > case it causes * some grief.Set up an ntp client and let it work a few hours. It will adjust the time by small junps avoiding problems of backward clock and will keep it ok. -- Alejandro Vargas