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

How to receive audio back on same webspcket? #34

Open
Talha9595 opened this issue Jan 21, 2025 · 0 comments
Open

How to receive audio back on same webspcket? #34

Talha9595 opened this issue Jan 21, 2025 · 0 comments

Comments

@Talha9595
Copy link

I am using following Asterisk dialplan that send audio to a websocket.

[incoming]
same => _X.,Answer()
same => n,AudioFork(ws://ipaddress:4445/asterisk_stream,D(both))
same => n,Wait(100)

An AI model is listening on the other side of websocket.
How can I get the audio back on this and then playback to customer.

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

1 participant