Seems that when making outgoing calls the timer always starts displaying the call duration in minutes and not seconds. This bugs lots of customers and I was wondering if there is a way to make it display the duration in seconds?
Call Duration Display
Description:
The Call Duration Display shows the duration of incoming and outgoing PSTN calls. The duration is displayed in one-minute increments (commencing at 0:00) from the beginning of the call to the end of the call.
There may be no i in team but there are three f's in fudge off.
Duration in seconds would have it's complications. You have to understand that the sets are dumb. And that's an understatement. They are stimulus based, meaning they don't do anything unless told to, and that includes updating it's display. In the scenario you're describing, every minute a message is sent to the phone with a string for the display. The phone doesn't even know it's updating the time of the call, it's just a string to it.
So, to change that to seconds, there would be two main issues right off. First, the amount of messaging it would add would be an extra burden on the RTC processor, and second, that burden could be interrupted by other processes and wouldn't be guaranteed in terms of timing. So the seconds, may not update every exact second depending on the load on the system and the network traffic.
kwb, I'm not arguing the fact that it's possible, just not probable given the nature of the phones. I was just pointing out that it wasn't a simple clock running on the set that was keeping track of the time on the call.
There are better ways to implement it that wouldn't cause the problems I mentioned, but it's a lot more effort than simply increasing the frequency that the update messages are sent.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.