Author Topic: Problem with duration of call  (Read 2800 times)

ecriollo_prac

  • Newbie
  • *
  • Posts: 15
  • Karma: 0
    • View Profile
    • Email
Problem with duration of call
« on: May 29, 2007, 16:44:28 »
Hello.

we have queue from you and in the duration of the calls it start at 11 or 12 minutes, instead of what it should be, i guess 0 seconds since the call is starting.

could you please let me know why this is happenning and how to fix it ?

thank you very much

Edgar Criollo.
+ 57 1 6214492

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Problem with duration of call
« Reply #1 on: May 30, 2007, 09:36:14 »
99% the clocks of the Asterisk server, or the QM server, or the MySQl serbver are off thiose 11 minutes from each other. My suggestion is to run some knid of script to sync the clock, like:

Code: [Select]
ntpdate time.ien.it
on all servers, maybe daily using a cron job - this will make sure the clock is aligned and you should see no more of such problems.