Re: [asterisk-users] hints through a Local channel

2009-12-15 Thread Lenz Emilitri
Thanks that's exactly what I was looking for! I had seen a patch for it but did not notice this was in the main trunk. l. 2009/12/14 Stephen Davies > What you are missing is the new state-interface parameter to > AddQueueMember. > > You can't use functions in a hint exten. > > Steve > -- Low

Re: [asterisk-users] hints through a Local channel

2009-12-15 Thread Lenz Emilitri
I am actually deploying on a 1.6.1.6 but it does not seem to work - maybe I am using a wrong syntax?. pbx-ch*CLI> core show version Asterisk 1.6.1.6 built by root @ pbx-ch on a i686 running Linux on 2009-09-11 16:54:55 UTC I see this works: exten => 100,hint,SIP/${EXTENSION} pbx-ch*CLI> core sh

Re: [asterisk-users] hints through a Local channel

2009-12-14 Thread Tilghman Lesher
On Monday 14 December 2009 03:20:11 pm Stephen Davies wrote: > On 12/14/09, Lenz Emilitri wrote: > > But more dynamical, so I would try and look up the actual channel in the > > AstDB, like: > > > > exten => XXX,hint,${DB(myagent/${EXTEN})} > > > > This does not seem to be working - is there a way

Re: [asterisk-users] hints through a Local channel

2009-12-14 Thread Stephen Davies
What you are missing is the new state-interface parameter to AddQueueMember. You can't use functions in a hint exten. Steve On 12/14/09, Lenz Emilitri wrote: > 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 AgentCal

[asterisk-users] hints through a Local channel

2009-12-14 Thread Lenz Emilitri
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,