PDA

View Full Version : Get call duration, start time & end time




ilx.mac
Jun 19, 2009, 09:16 AM
Hi there,

I need to get call start time, call end time & call duration using iphone sdk. Is there a way that I can get those?

My Iphone is not a jail broken one.

Thanks in Advance!:)



robbieduncan
Jun 19, 2009, 09:39 AM
I need to get call start time, call end time & call duration using iphone sdk. Is there a way that I can get those?

No. You don't have any access to anything like that at all.

BlackWolf
Jun 19, 2009, 09:47 AM
you can get the start and end time of an interruption, but you can't say if it was a call or not.

DmbShn41
Jun 22, 2009, 08:18 PM
Not too familiar with this program language yet, but I've encountered things like this before using Logic for PLCs, not having privilage or access to certain points, software, hardware, etc. Could you say, IF interruption happens, and (network, earpiece AND microphone, or etc) are used, then DISPLAY start time of interruption, end time of interruption, (difference between the two) and duration of interruption. Just because you can't have specific access to those certain features, what makes those features present in the programming can you access?

robbieduncan
Jun 23, 2009, 02:42 AM
Not too familiar with this program language yet, but I've encountered things like this before using Logic for PLCs, not having privilage or access to certain points, software, hardware, etc. Could you say, IF interruption happens, and (network, earpiece AND microphone, or etc) are used, then DISPLAY start time of interruption, end time of interruption, (difference between the two) and duration of interruption. Just because you can't have specific access to those certain features, what makes those features present in the programming can you access?

The API does not give you access to any of that. You know when your app is interrupted but not why/what is interrupting it or what hardware is in use after your app is no longer running.