We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
Im trying to make a number 6000 to answer and play a hello world sound, but I can only hear the ringing, no audio.
6000
I added extra config to extensions_local.conf:
extensions_local.conf
[dp_lookup] exten => 6000,1,Ringing() same => n,Wait(4) same => n,Answer() same => n,Playback(hello-world) same => n,Hangup()
Other contexts always throws 404. With this one I'm able to hear the ringing at least, but pretty sure is not the correct one.
404
Tested with docker demo, and Android BareSIP (REGISTER, codec ulaw).
What I'm doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
Im trying to make a number
6000
to answer and play a hello world sound, but I can only hear the ringing, no audio.I added extra config to
extensions_local.conf
:Other contexts always throws
404
. With this one I'm able to hear the ringing at least, but pretty sure is not the correct one.Tested with docker demo, and Android BareSIP (REGISTER, codec ulaw).
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: