Skip to content

Basic hello-world extension doesn't work #18

@vk496

Description

@vk496

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions