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

Basic hello-world extension doesn't work #18

Open
vk496 opened this issue Nov 6, 2024 · 0 comments
Open

Basic hello-world extension doesn't work #18

vk496 opened this issue Nov 6, 2024 · 0 comments

Comments

@vk496
Copy link

vk496 commented Nov 6, 2024

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?

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