Patches item #3191805, was opened at 2011-02-24 20:21
Message generated for change (Tracker Item Submitted) made by dpacket
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3191805&group_id=232389

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dynamic Packet (dpacket)
Assigned to: Nobody/Anonymous (nobody)
Summary: Timestamp granularity of seconds is insufficient

Initial Comment:
Current core options for getting numeric timestamps are limited $Ts (time in 
seconds) and $Tsm (microseconds of the current second).

This leaves no way to calculate more precise time deltas. Even trying to 
combine the two current variables, being the results of two separate calls, 
they are not
equal, rounding issues non-withstanding.

Attached is a patch that creates a new core variable, $Tsms, which represents 
the current timestamp in MILLISECONDS. This granularity is sufficient for most 
applications. If more is precision is needed, this could easily be extended to 
add another var, $Tsus, which would represent current time in MICROSECONDS.





----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1086412&aid=3191805&group_id=232389

_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to