docker-asterisk
docker-asterisk copied to clipboard
Basic hello-world extension doesn't work
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:
[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.
Tested with docker demo, and Android BareSIP (REGISTER, codec ulaw).
What I'm doing wrong?
Hello @vk496 Please excuse my very late reply.
I think you will get the best help by studying the debug messages. You can find information on who to do that here: Collecting Debug Information for the Asterisk Issue Tracker