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

Execution stuck at DTMF #56

Open
bcomerford opened this issue Apr 13, 2021 · 7 comments
Open

Execution stuck at DTMF #56

bcomerford opened this issue Apr 13, 2021 · 7 comments
Assignees

Comments

@bcomerford
Copy link

A step with press("1") doesn't seem to produce the audio tone and gets stuck, is there an extra step to create those?

@bcomerford bcomerford changed the title Execution stuck at DMTFExecution stuck at DMTF Execution stuck at DTMF Apr 13, 2021
@SketchingDev
Copy link
Collaborator

Can I ask what platform your call-flow is based in? The only time I've experienced this is when trying to test a Twilio based call-flow, which for some reason was ignoring DTMF tones from its own Media API (what IVR Tester uses). If you're using Twilio I'll raise a support ticket with them to try and learn what is going on.

I've been testing call-flows by other providers so have never got around to investigating further.

Feel free to DM me (in GitHub or Twitter) if you'd prefer not to say your call-flow's platform publicly.

@SketchingDev SketchingDev self-assigned this Apr 13, 2021
@bcomerford
Copy link
Author

I am using Twilio. That is interesting because I've been experimenting with e2e testing using twiml and sending a response that also includes DTMF doesn't seem to register either.

@SketchingDev
Copy link
Collaborator

It's reassuring to know it didn't register DTMF tones in twiml either. I'll get in contact with Twilio to find if there's any solution

@venkrao
Copy link

venkrao commented Feb 15, 2022

@SketchingDev @bcomerford We consulted Twilio about this. We were told the following.

"Media Steams doesn't support DTMF at the moment. We have a solutions gap for it and it is on the roadmap, but it is not supported at the moment."
:(

@SketchingDev
Copy link
Collaborator

@SketchingDev @bcomerford We consulted Twilio about this. We were told the following.

"Media Steams doesn't support DTMF at the moment. We have a solutions gap for it and it is on the roadmap, but it is not supported at the moment." :(

@venkrao Thank you for sharing this!

@imkhubaibraza
Copy link

One possible way is to create a conference call instead of a 1-1 call. By doing this, we can announce DTMF tones within the conference.

@SketchingDev @bcomerford We consulted Twilio about this. We were told the following.

"Media Steams doesn't support DTMF at the moment. We have a solutions gap for it and it is on the roadmap, but it is not supported at the moment." :(

@bahunov
Copy link

bahunov commented Aug 7, 2023

does the DTFM work with trial account?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants