Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] connection.sendDigits no longer working on 1.14.0 #296

Open
4 tasks
cmcaboy opened this issue Sep 30, 2021 · 2 comments
Open
4 tasks

[BUG] connection.sendDigits no longer working on 1.14.0 #296

cmcaboy opened this issue Sep 30, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@cmcaboy
Copy link

cmcaboy commented Sep 30, 2021

This had been working for over 8 months for us and all of a sudden it stopped working this week. Several of the digits get repeated when inputting them. See the expected vs actual situation below. We are still on 1.14.0. The issue is not present on 2.x.x. The main thing I am looking for is if something downstream broke support for my version.

  • [ x ] I have verified that the issue occurs with the latest twilio.js release and is not marked as a known issue in the CHANGELOG.md.
  • [ x] I reviewed the Common Issues and open GitHub issues and verified that this report represents a potentially new issue.
  • [ x] I verified that the Quickstart application works in my environment.
  • [x ] I am not sharing any Personally Identifiable Information (PII)
    or sensitive account information (API keys, credentials, etc.) when reporting this issue.

Code to reproduce the issue:

device.activeConnection()?.sendDigits("1")
device.activeConnection()?.sendDigits("2")
device.activeConnection()?.sendDigits("3")
device.activeConnection()?.sendDigits("4")

Expected behavior:
The receiving end reads 1234

TODO

Actual behavior:

The receiving end reads 11223344

TODO

Software versions:

  • Browser(s): Chrome
  • Operating System: Max
  • twilio.js: 1.14.0
  • Third-party libraries (e.g., Angular, React, etc.): React
@cmcaboy cmcaboy added the bug Something isn't working label Sep 30, 2021
@dikirill
Copy link

dikirill commented Oct 5, 2021

Yeah, we used to have the same issue, in one of the updates it stopped, I hope it's not gonna come back again. Try to add fakeLocalDTMF: true into setup options.

@cmcaboy
Copy link
Author

cmcaboy commented Oct 5, 2021

@dikirill I tried that, but it didn't work in my case. We ended up upgrading to 2.x, which fixed the issue. It was just annoying as we had to deal with the breaking changes in a short period of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants