Somehow no audio is buffered. I believe my server / client both are properly configured as I can make internal calls, so I’d say we could oversee that as a possible issue but not completely discard it.
But I believe the issue here is in the script? What am I doing wrong?
Any feedback is welcome.
I’m running into the same issue. I have an EAGI script that is triggered for incoming calls, however reading file descriptor 3 blocks forever (or, if nonblocking, simply never yields any data).
I’ve reproduced it with a tiny minimal script that just reads fd 3. It’s like asterisk opens the file descriptor, but then doesn’t write anything to it…