Closed
Bug 1060129
Opened 12 years ago
Closed 12 years ago
TelephoneCall.onbusy handler not called when connecting to busy number
Categories
(Core :: DOM: Device Interfaces, defect)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
INVALID
People
(Reporter: jgriffin, Unassigned)
Details
While writing tests for the cert suite, we found that the TelephoneCall.onbusy handler is not fired when an outgoing call is made to a number which is busy.
See cert suite test https://github.com/gnaneswar/fxos-certsuite/blob/Bug-1032689_miscellaneous_features/webapi_tests/telephony/test_telephony_outgoing_busy.py
Comment 1•12 years ago
|
||
telephonyCall.onbusy was removed on https://bugzilla.mozilla.org/show_bug.cgi?id=881142
Close as INVALID. Feel free to open if you disagree.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•12 years ago
|
||
onbusy is still showing on MDN: https://developer.mozilla.org/en-US/docs/Web/API/TelephonyCall.onbusy. Can we remove it?
Comment 3•12 years ago
|
||
(In reply to Jonathan Griffin (:jgriffin) from comment #2)
> onbusy is still showing on MDN:
> https://developer.mozilla.org/en-US/docs/Web/API/TelephonyCall.onbusy. Can
> we remove it?
Sure, let me do that.
Sorry for the confusion caused by the outdated document :(
You need to log in
before you can comment on or make changes to this bug.
Description
•