[OpenSIPS-Users] Miliseconds precision for accounting module

Ryan Mitchell rjm at tcl.net
Sat May 3 19:55:17 CEST 2014


Unless a developer can tell you otherwise, the Unix call that Opensips uses
to get the current time already gives you a floored integer value of
seconds.  In other words, it's already doing what you need, you don't need
to look into milliseconds or finer precision.  Except it does floor instead
of ceiling, so add +1.  Do an experiment yourself with a call duration of
0.4, 0.9, 1.1 seconds, etc, and you can characterize it reliably.



On Thu, May 1, 2014 at 3:06 PM, Maciej Bylica <mbsip at gazeta.pl> wrote:

> Could somebody tell me a few words answering on my questions?
>
> Thanks.
>
>
> 2014-04-30 12:46 GMT+02:00 Maciej Bylica <mbsip at gazeta.pl>:
>
> Hi
>>
>> Right, i need ceiling function = to get smallest integral value not less
>> than argument.
>>
>> Thanks
>>
>>
>> that's not "round", that's "ceiling"
>>> ceil(0.0000000000000001,0)= 1
>>> round(0.0000000000000001,0)= 0
>>>
>>>
>>> 2014-04-29 19:22 GMT-03:00 Maciej Bylica <mbsip at gazeta.pl>:
>>>
>>>> Frankly such precision is not needed.
>>>> As i saw call duration is rounded mathematically, but sometimes in
>>>> telco world (my case) 0.1sec call should be counted as 1sec call.
>>>> Thats why i wanted to have milisec precision to be able to round
>>>> durations by myself...(1.01 = 2secs, 1.49 = 2secs, 1.99=2secs, ...)
>>>>
>>>> Thanks
>>>> Mac.
>>>>
>>>>
>>>> 2014-04-28 3:36 GMT+02:00 Aamir <aamir_ryu at yahoo.com>:
>>>>
>>>>> Is there a need ?
>>>>>
>>>>>
>>>>> Thanks & Regards,
>>>>>
>>>>> Aamir Chougule
>>>>> Cell: 08097989101
>>>>> Skype-ID: aamir_ryu
>>>>>
>>>>> --- Sent from my BlackBerry ---
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: ag at ag-projects.com
>>>>> Sender: users-bounces at lists.opensips.org
>>>>> Date: Sun, 27 Apr 2014 19:18:04
>>>>> To: OpenSIPS users mailling list<users at lists.opensips.org>
>>>>> Reply-To: OpenSIPS users mailling list <users at lists.opensips.org>
>>>>> Subject: Re: [OpenSIPS-Users] Miliseconds precision for accounting
>>>>> module
>>>>>
>>>>> _______________________________________________
>>>>> Users mailing list
>>>>> Users at lists.opensips.org
>>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Users mailing list
>>>>> Users at lists.opensips.org
>>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Users mailing list
>>>> Users at lists.opensips.org
>>>> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>>>>
>>>>
>>>
>>>
>>> --
>>> Roberto Spadim
>>> SPAEmpresarial
>>> Eng. Automação e Controle
>>>
>>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20140503/37ae7273/attachment.htm>


More information about the Users mailing list