Closed
Bug 826177
Opened 12 years ago
Closed 12 years ago
[DIALER] Should keep signalling the call waiting until the user act on it
Categories
(Firefox OS Graveyard :: Gaia::Dialer, defect, P3)
Tracking
(blocking-basecamp:+)
People
(Reporter: wachen, Assigned: etienne)
Details
Attachments
(1 file)
2.77 KB,
patch
|
alive
:
review+
|
Details | Diff | Splinter Review |
2013-1-2 b2g18(v1.0) build from pvt server
STR:
0. Call B2G device from other phone, and pick up it.
1. Call B2G device from another phone
expected result:
the phone shows incoming call from another phone and have sound notification
actual result:
the phone shows incoming call but doesn't have sound notification
Reporter | ||
Updated•12 years ago
|
blocking-basecamp: --- → ?
QA Contact: wachen
Updated•12 years ago
|
Assignee: nobody → alive
Comment 1•12 years ago
|
||
Triage: BB+, P3, C4 - this is making call waiting basically not working (unless you are looking at the screen)
Assignee: alive → nobody
blocking-basecamp: ? → +
Priority: -- → P3
Target Milestone: --- → B2G C4 (2jan on)
Updated•12 years ago
|
Assignee: nobody → alive
Comment 2•12 years ago
|
||
Randy or Macro, if you have solutions in platform side, you could take it and change the component.
For gaia side solution: enforce vibration when call is incoming.
Comment 3•12 years ago
|
||
adding Josh to have UX consideration here as well
Comment 4•12 years ago
|
||
Do the dialer playback the dudu sound as the call waiting tone?
Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Randy Lin [:rlin] from comment #4)
> Do the dialer playback the dudu sound as the call waiting tone?
No. The answer is no.
Assignee | ||
Comment 6•12 years ago
|
||
Alive, can I steal this?
Comment 7•12 years ago
|
||
(In reply to Etienne Segonzac (:etienne) from comment #6)
> Alive, can I steal this?
Welcome! :)
Assignee | ||
Comment 8•12 years ago
|
||
(In reply to Alive Kuo [:alive] from comment #2)
> For gaia side solution: enforce vibration when call is incoming.
The phone is already vibrating when a second call is incoming, are you talking about making it longer? (ie. as long as the second call is waiting)
Assignee | ||
Updated•12 years ago
|
Assignee: alive → etienne
Comment 9•12 years ago
|
||
(In reply to Etienne Segonzac (:etienne) from comment #8)
> (In reply to Alive Kuo [:alive] from comment #2)
> > For gaia side solution: enforce vibration when call is incoming.
>
> The phone is already vibrating when a second call is incoming, are you
> talking about making it longer? (ie. as long as the second call is waiting)
I haven't investigated on this..if there's already a vibration I think it's O.K.
Something need to be clarified:
* Is the DuDu sound pronounced by Telephony? Or an audio tag?
* When second call coming, do we need to let the ringer sound again? How? Because ringer priority is less than voice-call now..
Assignee | ||
Comment 10•12 years ago
|
||
I wasn't able to play anything while on a call (tried with ringer, telephony and publicnotification channels, with the proper permissions).
So the attached patch just makes sure that we are vibrating every 2 seconds as long as a call is waiting.
The previous behavior was to vibrate only once, which could be missed.
Attachment #697490 -
Flags: review?(alive)
Comment 11•12 years ago
|
||
Comment on attachment 697490 [details] [diff] [review]
Patch proposal - vibration
Review of attachment 697490 [details] [diff] [review]:
-----------------------------------------------------------------
This makes sense. r=me!
We need to change the bug title I think.
Attachment #697490 -
Flags: review?(alive) → review+
Comment 12•12 years ago
|
||
can we dismiss the constant every 2 second vibration?
there are cases when you are on an important call (such as an phone interview) and the 2nd call just wouldn't hang up. this will be very annoying and distracting
Assignee | ||
Comment 13•12 years ago
|
||
(In reply to Joe Cheng [:jcheng] from comment #12)
> can we dismiss the constant every 2 second vibration?
Yes, just by taping the "ignore" button.
Assignee | ||
Updated•12 years ago
|
Summary: [DIALER] No sound notification for call while you are alrdy talking → [DIALER] Keep signaling the call waiting until the user act on it
Reporter | ||
Updated•12 years ago
|
Summary: [DIALER] Keep signaling the call waiting until the user act on it → [DIALER] Should keep signalling the call waiting until the user act on it
Assignee | ||
Comment 14•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 15•12 years ago
|
||
Device: Unagi
Build Identifier: 20130113070202
Update channel:
nightly b2g18 (pvt server)
unagi.zip 13-Jan-2013 08:06 100M
https://pvtbuilds.mozilla.org/pub/mozilla.org/b2g/nightly/mozilla-b2g18-unagi-eng/
Git commit info: 2013-11-13 15:15:51
Verified fixed
Status: RESOLVED → VERIFIED
Comment 16•12 years ago
|
||
Although now vibrate for every 2 secs, when using Bluetooth headset, it may be hard for users to notice there is an incoming call during a call. I just filed a bug about this, still hope that we could have notification sound. (bug 830666)
You need to log in
before you can comment on or make changes to this bug.
Description
•