Closed
Bug 1329922
Opened 4 years ago
Closed 4 years ago
[DTMF] Tones are not heard when duration is set to lowest (70)
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla53
| Tracking | Status | |
|---|---|---|
| firefox53 | --- | fixed |
People
(Reporter: cornel_ionce, Assigned: dminor)
Details
Attachments
(1 file)
[Affected versions]: - Nightly 53.0a1 - Aurora 52.0a2 [Affected platforms]: - Windows 10 x64 / Windows 7 x64 - Mac OS X 10.11.5 / Mac OS X 10.12.1 - Ubuntu 12.04 x86 / Ubuntu 16.04 x64 [Steps to reproduce]: 1. Open Firefox and navigate to http://www.thegreatpotoo.com/webrtc-samples/src/content/peerconnection/dtmf/ 2. Click on "call" and share your microphone 3. Set Duration to lowest (70). 4. Press/dial any number. [Expected result]: - The tone is heard each time a number is pressed. [Actual result]: - Tone is not heard. [Regression range]: This is not a regression.
Updated•4 years ago
|
Rank: 19
Priority: -- → P1
| Assignee | ||
Updated•4 years ago
|
Assignee: nobody → dminor
| Assignee | ||
Comment 1•4 years ago
|
||
The actual cut off seems to be 100. 99 results in no sound, 100 works.
| Assignee | ||
Comment 2•4 years ago
|
||
Same bug exists in Google Chrome, problem is likely in webrtc.org code.
| Comment hidden (mozreview-request) |
Comment 4•4 years ago
|
||
| mozreview-review | ||
Comment on attachment 8827468 [details] Bug 1329922 - Change kMinTelephoneEventDuration to match minimum duration in WebRTC spec; https://reviewboard.mozilla.org/r/105138/#review105970
Attachment #8827468 -
Flags: review?(rjesup) → review+
| Assignee | ||
Updated•4 years ago
|
Status: NEW → ASSIGNED
Pushed by dminor@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/0fb3b77822c1 Change kMinTelephoneEventDuration to match minimum duration in WebRTC spec; r=jesup
Comment 6•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/0fb3b77822c1
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•