Dial() From The Console?
Can I dial directly from the asterisk console with the Dial() application?
or, is channel originate preferred:
channel originate SIP/thufir extension 18003569377@outbound
thanks,
Thufir
Can I dial directly from the asterisk console with the Dial() application?
or, is channel originate preferred:
channel originate SIP/thufir extension 18003569377@outbound
thanks,
Thufir
3 thoughts on - Dial() From The Console?
console dial number@context
Doug
Thanks, that’s much more intuitive 🙂
-Thufir
Note, however, that it is a different thing. It uses a specific device:
the “console”. That is: the speaker and microphone of the system Asterisk is running on. For that to be available you need to have one of chan_alsa, chan_console or chan_oss loaded and working.