I have created an extension which dials out a number, plays a sound file through the connected channel, and then hangs up. This works fine when I use a softphone and the dial the extension ( which then dials out as described above ). For simplicities sake, I have created a web page with one button which when pressed calls the originate action. However, since I don’t have a channel which will pick up ( the calling channel ) it never executes the dialplan for the extension. e.g
Originate
Channel = ??? ( no channel since this is the web )
Context = context which has my extension
Exten = xxxx ( where this extension has a dial plan which calls out )
Can someone pehaps point me to an existing post or in the right direction on how to address this. Many thanks.