VoIp calls display under Telephony->VoIP (on windows) rounds of the start/stop time to the nearest millisecond. Is there a easy way to increase the precision to microseconds. Looking at the gtk/voip_calls.[ch] it looks like the data is there. any pointer to where the actual display string is formatted ? And how to include the microsecond resolution in the 'graph' of VoIP calls? Thanks Ramesh asked 26 Sep '10, 08:39 ramekris edited 10 Nov '10, 06:47 Jaap ♦ |
One Answer:
I haven't experimented with this but it looks like you'll have to work on the cell renderer.
It seems that, according to this tutorial, the renderer makes up its own mind on precision. To get a grip on that a Cell Data Function seems required, again according to this tutorial. answered 10 Nov '10, 06:47 Jaap ♦ |