-
Notifications
You must be signed in to change notification settings - Fork 37
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
Support for DTMF signaling #7
Comments
Hi i need the same type of configuration can you please share the link . |
Not sure if your still interested in this, but I forked the project and made minor changes to address these kinds of issues. In a nutshell, I integrated posix threads with Audiosocket so it can be executed asynchronously. It worked fine during my testing. For example, using the forked code, you can make a dialplan like this: It can also be used in tandem with other applications like ARI and such. If your interested, you can look into my fork. |
Hi!
In one of your other repos there is a discussion regarding dtmf-support for the audiosocket implementation.
Do you know if there are any plans to add something like this to the official audiosocket implementation in asterisk?
I know that we could achieve something similar by using ARI in combination with externalMedia but it makes the implementation overly complex as we only really need to access the in/out audio stream and receive dtmf.
Issue
Link to repo with example implementation
Best regards
Jonas
The text was updated successfully, but these errors were encountered: