Application Queue Context That Calls The Extensions

Home » Asterisk Users » Application Queue Context That Calls The Extensions
Asterisk Users 1 Comment

Hello!

I wonder what the default context that the Queue application uses to call extensions. If there is a possibility to change this into a context created by me possible? Would you like to get this load value to variables before calling the extension.

tks,

Eduardo

One thought on - Application Queue Context That Calls The Extensions

  • app_queue dials Channels and not extensions unless your adding them to the queue as members using a local channel.

    I believe you can call Macro’s and Gosubs from app_queue to set variables before the channels are bridged.