Closed
Bug 984326
Opened 11 years ago
Closed 11 years ago
[B2G] [RIL] [CDMA] call waiting isn't working properly. The 2nd remote party cannot hear voice.
Categories
(Firefox OS Graveyard :: RIL, defect)
Tracking
(blocking-b2g:1.4+, firefox29 wontfix, firefox30 fixed, firefox31 fixed, b2g-v1.4 fixed, b2g-v2.0 fixed)
People
(Reporter: hsinyi, Assigned: hsinyi)
Details
Attachments
(1 file)
3.46 KB,
patch
|
vicamo
:
review+
|
Details | Diff | Splinter Review |
cdma call waiting isn't working properly.
STR:
1) A has a connection with B
2) C calls A, and A accepts it
Expected result:
C hears A
Actual result:
C doesn't hear A
This is a regression for Bug 881174. Sorry about that... ...
Assignee | ||
Comment 1•11 years ago
|
||
Just discussed a possible solution with Vicamo, I'll provide a patch tomorrow.
Assignee | ||
Comment 2•11 years ago
|
||
nominate as 1.4+ as it's a regression coming from 1.4+ bug 881174.
blocking-b2g: --- → 1.4?
Assignee | ||
Comment 4•11 years ago
|
||
The problem results from the fact:
In bug 881174, we added a callback of holdCall that enforces call state change.
However, in call waiting scenario, only one call exists and the call state should remain connected as expected.
As in 3way calling scenario, holdCall() and resumeCall() isn't allowed. The callback functions are never called of course. So I'd suggest simply removing those callback functions because 1) they shouldn't be there for cdma call waiting scenario and 2) they are never called in 3way call scenario.
Assignee | ||
Updated•11 years ago
|
Attachment #8392730 -
Flags: review?(vyang)
Updated•11 years ago
|
Attachment #8392730 -
Flags: review?(vyang) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Local tests pass. Let's wait for try result: https://tbpl.mozilla.org/?tree=Try&rev=5e95e2698f20
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 8•11 years ago
|
||
status-b2g-v1.4:
--- → fixed
status-firefox29:
--- → wontfix
status-firefox30:
--- → fixed
status-firefox31:
--- → fixed
Target Milestone: --- → 1.4 S4 (28mar)
Updated•11 years ago
|
status-b2g-v2.0:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•