Displaying 1 result from an estimated 1 matches for "piy49ogevtfou".
2009 Dec 14
3
hints through a Local channel
Hello all,
I am trying to set up a dynamic channel to be used as an Agent dialer for a
queue - you know, trying to replace AgentCallBackLogin for an Asterisk 1.6.
I would like to do something like:
[myagents]
exten => XXX,1,Set(realchan=${DB(myagent/${EXTEN})})
exten => XXX,n,Dial(${realchan},tT,60)
This basically fetches the actual channel to be used for dialling and dials
it. What I