31
Outbound and QueueMetrics / Re: Outbound with Asterisk 1.6
« on: March 05, 2010, 19:14:39 »You're right. But in the supplied extensions_queuemetrics.conf the original extension 20 is this one:Code: [Select]; extension 20: agent callback login
; For this to work, there must be no password on the agent.
exten => 20,1,Answer
exten => 20,2,NoOp( "QM: Logging on Agent/${AGENTCODE} to extension ${AGENT_EXT}@from-internal made by '${QM_LOGIN}'" )
exten => 20,3,AgentCallBackLogin(${AGENTCODE},,${AGENT_EXT}@from-internal)
exten => 20,4,Hangup
And it uses AgentCallBackLogin, which is no longer available on Asterisk 1.6.1.So you're using outbound with Asterisk 1.6 but not logging the agents via their page on QM, is that right?
Yeah that's correct, I am not using the QM agents page presently. It is something I will be adding at some stage. However, I have done my own thing to implement AgentCallBackLogin style functionality using realtime members, and only having the AGENTCODE and AGENT_EXT would suffice.
Can you post your dialplan which agents use to log in? I am sure there is a way to make it work.
Quote
EDIT: Forgot to add this. So, considering that Asterisk 1.6 has no longer the app AgentCallBackLogin and it appears that QM doesn't set the required variables in order to add dynamically the channel to the queue... all indicates that 1.6 isn't the best choice in this case. As this is my first QM implementation, I hope I'm dead wrong about this.
It can be done. I admit the changes in 1.6 caused a lot of headaches to a lot of people. In my case, however, the pain turned out to be worth it because my system now is totally realtime and very efficient.
I intend to document it and make it available, but finding the time is a challenge!
-Barry

So you're using outbound with Asterisk 1.6 but not logging the agents via their page on QM, is that right?
