Obsolete
Status Update
Comments
mg...@gmail.com <mg...@gmail.com> #2
Please add new state when call is connected or expose APIs to check when call is answered.
CALL_STATE_IDLE, CALL_STATE_RINING and CALL_STATE_OFFHOOK states are not very usefull unless we have connected / active state.
CALL_STATE_IDLE, CALL_STATE_RINING and CALL_STATE_OFFHOOK states are not very usefull unless we have connected / active state.
om...@gmail.com <om...@gmail.com> #3
[Comment deleted]
om...@gmail.com <om...@gmail.com> #4
Is this issue resolved?
ni...@gmail.com <ni...@gmail.com> #5
we truly need it we cannot know when the other person answer the phone!
[Deleted User] <[Deleted User]> #6
Is it possible to detect outgoing call is answered or not in android?
sa...@gmail.com <sa...@gmail.com> #7
how can i detect if a call is left unanswered.
pj...@gmail.com <pj...@gmail.com> #8
Any updates on this please ??
ho...@gmail.com <ho...@gmail.com> #9
There are no renewals so far:no further states are available;
en...@google.com <en...@google.com>
an...@gmail.com <an...@gmail.com> #11
Can you just mark an issue that is going on for over an year as obsolete without even stating any reason for doing so?
pa...@gmail.com <pa...@gmail.com> #12
Is there any other way to know how an outgoing call has been answered, like read the call log programmatically, to interact with the O.S. when it starts the call duration of log -> 00:01, when the call is connected ?
nh...@gmail.com <nh...@gmail.com> #13
AS the originator, I agree that it should not be made obsolete, at least not without an explanation. The old non-smart phone allowed you direct access to the AT module so you could see connects.
In fact this can be done by reading call logs but the problem with this is that the phone needs to be rooted. The logs actually show AT commands and responses as specified in the GSM standard.
I for one would still need this.
In fact this can be done by reading call logs but the problem with this is that the phone needs to be rooted. The logs actually show AT commands and responses as specified in the GSM standard.
I for one would still need this.
so...@gmail.com <so...@gmail.com> #14
Quite unfortunate that this bug has been marked Obsolete. I definitely is NOT. I am looking for a workaround too.
bj...@gmail.com <bj...@gmail.com> #15
I try to detect phone answered on out going call with CallLog duration time in programmatically. But we can't get the duration time of current calls. CallLog Database just being queried after insert DB with the finish of calls.
iv...@gmail.com <iv...@gmail.com> #16
Obviously, they have just closed old bugs because the management told them to close old bugs. Shame on you, Google !
a....@gmail.com <a....@gmail.com> #17
I'm also needing this feature! How can it be obsolete??
a....@gmail.com <a....@gmail.com> #18
[Comment deleted]
yc...@gmail.com <yc...@gmail.com> #19
This is OBSURD that there is not way to detect if call was answered.....WHY, I need this so bad for my app
ma...@gmail.com <ma...@gmail.com> #20
Did anyone find a solution for this bug or how to work around it?
ti...@gmail.com <ti...@gmail.com> #21
"what are you waiting for, christmas?"
ba...@gmail.com <ba...@gmail.com> #22
Wow, Come on Google i know you can do this.
fo...@gmail.com <fo...@gmail.com> #23
Is there any solution?
as...@gmail.com <as...@gmail.com> #24
Still looking for an answer in 2k18 :|
ha...@gmail.com <ha...@gmail.com> #25
Is any one attending this, it is important feature required. the issue is 7 years old, so why not considering it!
he...@googlemail.com <he...@googlemail.com> #26
Any news on this issue?
ik...@gmail.com <ik...@gmail.com> #27
hey! any one found solution on this issue?
af...@gmail.com <af...@gmail.com> #28
Any solution to detect call when connected.
ea...@gmail.com <ea...@gmail.com> #29
Well , this is really unfortunate.
Its being over 10 years , yet no solution for this
Its being over 10 years , yet no solution for this
Description
This feature request is break down the detail of the CALL_STATE_OFFHOOK state. The present defination is:
Device call state: Off-hook. At least one call exists that is dialing, active, or on hold, and no calls are ringing or waiting.
The problem here is that for an outgoing call there is no notification of when the far end has answered and the call becomes active. This is crucial to our product which we would like to migrate to Android.