search for: realchan

Displaying 1 result from an estimated 1 matches for "realchan".

Did you mean: realcat
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 would like now is to make app_queue aware in advance of the state of each channel, something like: exten => 100,hint,SIP/705 (and this wor...