You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
@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.
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.
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Code to reproduce the issue:
Expected behavior:
The receiving end reads 1234
TODO
Actual behavior:
The receiving end reads 11223344
TODO
Software versions:
The text was updated successfully, but these errors were encountered: