Closed
Bug 717434
Opened 13 years ago
Closed 13 years ago
B2G telephony: audio isn't switched on for incoming calls and never switched off once switched on
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: philikon, Assigned: philikon)
References
Details
Attachments
(1 file, 1 obsolete file)
4.45 KB,
patch
|
Details | Diff | Splinter Review |
Another small regression from bug 674726: if we receive an incoming call, we never turn on audio and leave the audio system forever in the dial tone state, it seems. Also, if the first call we make is an outgoing call and the audio system is turned on, we never seem to turn it off again.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → philipp
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #587864 -
Flags: review?(bent.mozilla)
Comment on attachment 587864 [details] [diff] [review]
v1
>+ activeCall: null,
Let's make this '_activeCall'
>+ updateCallAudioState: function updateCallAudioState() {
>+ if (!this.activeCall ||
>+ this.activeCall.state == nsITelephone.CALL_STATE_DISCONNECTED) {
This second condition isn't possible, is it? I'd remove it.
Attachment #587864 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 3•13 years ago
|
||
comments addressed
Attachment #587864 -
Attachment is obsolete: true
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•