twilio / twilio-voice.js

Twilio's JavaScript Voice SDK
Other
50 stars 52 forks source link

[BUG] call.sendDigits 'w' Incorrect Pause Length on Caller Side #272

Open a-lindsay opened 1 month ago

a-lindsay commented 1 month ago

Code to reproduce the issue:

call.sendDigits('wwwwwwwwwwwwwwwwwwww123');

Expected behavior:

A pause of 10s (500ms per w) then the tones for 123 are played on both caller and callee's end.

Actual behavior:

On the caller side, a pause of ~5s occurs then tones for 123 are played. On the person who is getting called, they hear the correct 10s pause then 123.

Software versions:

Additional information: This issue has also been reported via support and confirmed to be an issue. (Ticket #17060519). Posting here as well for visibility for others using twilio-voice.js

charliesantos commented 1 month ago

Thanks for submitting @a-lindsay . This is currently in our radar.