oxo system call duration problem with 2016
-
ademok
oxo system call duration problem with 2016
Hello everybody ,
The duration of calls made by subscribers in 2016, more than 24 hours on it.
When the system date to 2015 does not a problem .
Does anyone have any idea about this problem?
ticketcollect file is attached.
Is there a reasonably likely to help me with this?
The duration of calls made by subscribers in 2016, more than 24 hours on it.
When the system date to 2015 does not a problem .
Does anyone have any idea about this problem?
ticketcollect file is attached.
Is there a reasonably likely to help me with this?
You do not have the required permissions to view the files attached to this post.
-
haje
Re: oxo system call duration problem with 2016
Hello, i have the same problem on IP metering.
thaks for your idea...
thaks for your idea...
-
Kis Gezu
Re: oxo system call duration problem with 2016
Hi, it may also have the same problem of IP measurement.
Please help me
Please help me
Re: oxo system call duration problem with 2016
same at my oxo R10.2.
Example: call duration 3 minutes.
Ticket Collector Call Duration is: 24:03
Example: call duration 3 minutes.
Ticket Collector Call Duration is: 24:03
-
Andy Francis
Re: oxo system call duration problem with 2016
Hi All,
Tri-Line have released a workaround to this issue for maintained customers using their TIM range of call logging/accounting products. Simply log in to their Gateway to get an update to the processing interface.
Best regards,
Andy
--
Tri-Line Technical Support Engineer
Tri-Line have released a workaround to this issue for maintained customers using their TIM range of call logging/accounting products. Simply log in to their Gateway to get an update to the processing interface.
Best regards,
Andy
--
Tri-Line Technical Support Engineer
Re: oxo system call duration problem with 2016
so many same issue...
Has any yet reported as bug to ALE?
Has any yet reported as bug to ALE?
Best Regards
Murray
ACSE 10.0 corporate
ACSE 6.x IPT data
Murray
ACSE 10.0 corporate
ACSE 6.x IPT data
Re: oxo system call duration problem with 2016
There is no available workaround solution for this fault.
The solution will be delivered in Official software releases that will be downloadable from our BP web site.
Tech Reference : crqms00187165/crqms00187048
The solution will be delivered in Official software releases that will be downloadable from our BP web site.
Tech Reference : crqms00187165/crqms00187048
-
AgustinRay
Re: oxo system call duration problem with 2016
ALE has being reported some days ago, they are working on the issue. Its a world wide problem and as Maulwurf said, there is nothing you can do. Maybe set the year to 2015 and delete previous tickets, but this only generates inconsistency.
Its weird ALE hasn't post anything and their web page.
I just hope the do a fix for all the releases, since we have some old ones in old clients.
Its weird ALE hasn't post anything and their web page.
I just hope the do a fix for all the releases, since we have some old ones in old clients.
-
haje
Re: oxo system call duration problem with 2016
My Idea is, that OHL Driver do this. Driver make 24h for all time. You can see thas seconds is corect.
You do not have the required permissions to view the files attached to this post.
- giovanni.attolini
- Member
- Posts: 276
- Joined: 16 Apr 2009 13:44
- Location: Veranopolis-RS-BRAZIL
- Contact:
Re: oxo system call duration problem with 2016
For OmniVista users, it's possible run a SQL script to correct records in database before to extract reports.
Yes, 806400 is the duration in seconds that it have been added to the correct duration.
Code: Select all
update ticket t set t.Duration = (t.Duration - 806400)
where
t.Duration > 806400
and
t.InitialStartDateTime >= '2016-01-01 00:00:00'Giovanni A. Attolini
https://www.facebook.com/gio.atto
"When you make a stupid question, wait for a stupid answer!"
https://www.facebook.com/gio.atto
"When you make a stupid question, wait for a stupid answer!"

