Closed
Bug 796326
Opened 13 years ago
Closed 13 years ago
[STK] needs Dialer app to observe an outgoing call placed by STK
Categories
(Firefox OS Graveyard :: Gaia, defect, P2)
Tracking
(blocking-basecamp:+)
VERIFIED
FIXED
| blocking-basecamp | + |
People
(Reporter: hsinyi, Assigned: etienne)
References
Details
Attachments
(1 file)
|
374.43 KB,
text/plain
|
Details |
Github issue by hsinyi: https://github.com/mozilla-b2g/gaia/issues/5394
With support by STK, a user can make an outgoing call from STK app, even when dialer app is closed.
Dialer needs to be able to observe an outgoing call placed by STK, and then process the call as usual. So a user can handle the call via dialer.
This feature is needed by STK.
Dialer app needs to receive system message from Bug 795235.
blocking-basecamp: --- → ?
| Reporter | ||
Comment 2•13 years ago
|
||
Bug 795232 is about to land. The gaia support is needed for testing in Brazil this week. Could you help this issue, etienne? Thanks!
| Reporter | ||
Comment 3•13 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #2)
> Bug 795232 is about to land. The gaia support is needed for testing
^^^^^^^^^^ should be Bug 795235.
> in Brazil this week. Could you help this issue, etienne? Thanks!
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → etienne
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
| Assignee | ||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 7•13 years ago
|
||
Etienne, this works on the second try. I mean:
1.- Boot B2G
2.- Open a STK app
3.- Select a phone call option
(issue: No dialer started)
4.- Opens again the same STK app
5.- Select the same option
(now the dialer is opened)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Fernando, can you provide the log for the issue you said?
There might be cause by other problems.
Can you paste your bug with ril_const.js DEBUG_ALL is on?
Thank you.
| Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Fernando R. Sela from comment #7)
> Etienne, this works on the second try. I mean:
>
> 1.- Boot B2G
> 2.- Open a STK app
> 3.- Select a phone call option
>
> (issue: No dialer started)
>
> 4.- Opens again the same STK app
> 5.- Select the same option
>
> (now the dialer is opened)
I can reproduce it. The dialer doesn't get the system message.
FYI the telephony-incoming system message works before the first launch of the Dialer, so it's something else.
Comment 10•13 years ago
|
||
I just see that the dialer app starts in background ... probably this is the main issue.
| Reporter | ||
Comment 11•13 years ago
|
||
(In reply to Fernando R. Sela from comment #10)
> I just see that the dialer app starts in background ... probably this is the
> main issue.
I also noticed that.
In my tests, dialer did receive "icc-dialing" message (I used "dump" for debugging), but no call screen popped out.
| Reporter | ||
Comment 12•13 years ago
|
||
enabled "DEBUG_ALL" for RIL and SystemMessageInternal.js
You can see the system message was passed correctly from RIL to SystemMessageInternal to dialer.js, but the call screen wasn't launched.
| Reporter | ||
Comment 13•13 years ago
|
||
(In reply to Fernando R. Sela from comment #10)
> I just see that the dialer app starts in background ... probably this is the
> main issue.
The dialer app starts in background, but it isn't binded to the stk call.
| Assignee | ||
Comment 14•13 years ago
|
||
Mmmhhh... indeed the dialer *does* get the system message, sorry for the misdirection, looking at it.
| Assignee | ||
Comment 15•13 years ago
|
||
Yep yep yep, totally my bad.
The call is already connected by the time the dialer is launched and we weren't handling this properly...
https://github.com/mozilla-b2g/gaia/pull/5678
| Assignee | ||
Comment 16•13 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 17•13 years ago
|
||
(In reply to Etienne Segonzac (:etienne) from comment #15)
> Yep yep yep, totally my bad.
> The call is already connected by the time the dialer is launched and we
> weren't handling this properly...
>
> https://github.com/mozilla-b2g/gaia/pull/5678
Yaya, thanks Etienne :D
| Reporter | ||
Comment 18•13 years ago
|
||
(In reply to Hsin-Yi Tsai [:hsinyi] from comment #17)
> (In reply to Etienne Segonzac (:etienne) from comment #15)
> > Yep yep yep, totally my bad.
> > The call is already connected by the time the dialer is launched and we
> > weren't handling this properly...
> >
> > https://github.com/mozilla-b2g/gaia/pull/5678
> Yaya, thanks Etienne :D
Wow, I also noticed that this patch solves a problem that I encountered and I thought that resulted from my ongoing patches.
Thanks again, Etienne :D
Updated•13 years ago
|
blocking-basecamp: ? → +
Priority: -- → P2
Comment 19•13 years ago
|
||
Device: Unagi
Build ID: 20121231070201
Does not reproduce.
You need to log in
before you can comment on or make changes to this bug.
Description
•