2 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
93
views
How to pass Asterisk CALL_UUID from API server to Python AudioSocket app?
I have 2 Python services and an Asterisk dialplan setup:
api_server.py → exposes an HTTP API endpoint
app.py → runs an AudioSocket server (accepts calls from Asterisk via TCP socket)
In my dialplan, I ...
0
votes
0
answers
156
views
Not able to send stream from Asterisk audio socket to python audio socket server
I added this in asterisk conf
same => n(newIvr),Log(NOTICE, Start New IVR POC flow)
same => n,AudioSocket(${UUID()},172.25.25.150:1579)
same => n,Playback(goodbye)
same => n,Hangup(...