Where does the date/time stamp from Caller ID come from? On my extensions ATA188 and IAX2 soft phone the caller id date / time is 12/30 12:00AM. The Linux time is correct. SayUnixTime return the correct time. Any Ideas? Does this work? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040620/8bd5bdb7/attachment.htm
hi Il dom, 2004-06-20 alle 16:45, Kubat, Philip ha scritto:> Where does the date/time stamp from Caller ID come from? On my > extensions ATA188 and IAX2 soft phone the caller id date / time is > 12/30 12:00AM. The Linux time is correct. SayUnixTime return the > correct time.The date *should* be generated by the fxs device. When I receive cid on my analog phones via digium fxs cards, the time is kept up in sync with the server. Matteo. -- Brancaleoni Matteo <mbrancaleoni@espia.it> Espia Srl
Is there any way to handle CDRs with AGI? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040620/b8a88d6f/attachment.htm
Kubat, Philip [pkubat@kubat.com] wrote:> (Article auto-converted from unnecessary HTML to nice plain text.) > > Where does the date/time stamp from Caller ID come from? On my > extensions ATA188 and IAX2 soft phone the caller id date / time is 12/30 > 12:00AM. The Linux time is correct. SayUnixTime return the correct > time. >My phones have a built-in clock. The Cisco 7960s are configured to take their time from a NTP server. I have a couple of portable DECT phones connected to a Sipura SPA-2000. The phones allow the time to be set from within the setup menu, and the Sipura uses our local NTP server. Check whether your phones have a clock. All of mine do in one way or another, so I always get the correct time associated with the Caller*ID notices. It's possible that the time/date is also encoded into the Caller*ID signal. I haven't had cause to look into that. It's possible that the DECT phones ignore the local time and use the time provided by the Sipura (if the Caller*ID signal does indeed supply this information). Again, I haven't had cause to look into that. Check whether your ATA device can be configured to use a NTP server. Also check whether your soft phone, and the phone connected to your ATA, has a clock you can set. -- _/ _/ _/_/_/_/ _/ _/ _/_/_/ _/ _/ _/_/_/ _/_/ _/ _/ _/ _/_/ _/ K e v i n W a l s h _/ _/ _/ _/ _/ _/ _/ _/_/ kevin@cursor.biz _/ _/ _/_/_/_/ _/ _/_/_/ _/ _/
On Sun, 20 Jun 2004 10:45:00 -0400, Kubat, Philip <pkubat@kubat.com> wrote:> > > > Where does the date/time stamp from Caller ID come from? On my extensions ATA188 and IAX2 soft phone the caller id date / time is 12/30 12:00AM. The Linux time is correct. SayUnixTime return the correct time. >As Matteo said, the caller ID date should be generated by the FXS device. In this case, the ATA 188 should be generating it. Make sure that your ATA 188 has the correct time. You can have it fetch the correct time by specifying the NTPIP variable in the configuration. This variable points to an NTP time server. -Shaun
shabanip wrote:> Is there any way to handle CDRs with AGI?There is no need to. Install or create a CDR backend. Jeremy McNamara
On Sun, 20 Jun 2004 10:45:00 -0400, Kubat, Philip <pkubat@kubat.com> wrote:> > > > Where does the date/time stamp from Caller ID come from? On my extensionsATA188 and IAX2 soft phone the caller id date / time is 12/30 12:00AM. The Linux time is correct. SayUnixTime return the correct time.>As Matteo said, the caller ID date should be generated by the FXS device. In this case, the ATA 188 should be generating it. Make sure that your ATA 188 has the correct time. You can have it fetch the correct time by specifying the NTPIP variable in the configuration. This variable points to an NTP time server. -Shaun _______________________________________________ Thanks everyone that worked..
so my question changes to: - How to create a CDR backend? - I want to run my own scripts. shabanip> shabanip wrote: > > > Is there any way to handle CDRs with AGI? > > > There is no need to. Install or create a CDR backend. > > > > Jeremy McNamara > > _______________________________________________ > 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 > > >