Author Topic: Queuemetrics 12.5.1-397 and Asterisk 1.8.12  (Read 4111 times)

actpunk

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
    • View Profile
Queuemetrics 12.5.1-397 and Asterisk 1.8.12
« on: August 02, 2012, 00:18:29 »
We currently have queuemetrics 1.* working on Asterisk 1.6., since we just bought a new server we decided we should update everything. So we downloaded Elastix 2.3.0, which comes with CentOS, Asterisk, and a few other dependencies, and tried to install Queuemetrics using 'yum install queuemetrics'. First of all, everything installed, but now we have been dealing with this unfamiliar asterisk error. We ensured that the dbtest check out as well as the AMI. All is well as far as that goes. Then we started checking into extensions_queuemetrics.conf and realized that we needed to include it in extensions.conf. After we did that this is the error that we are receiving when we try to log an agent on:

-- Executing [20@queuemetrics:1] Answer("Local/20@queuemetrics-b28c;2", "") in new stack
    -- Executing [10@queuemetrics:1] Answer("Local/20@queuemetrics-b28c;1", "") in new stack
    -- Executing [10@queuemetrics:2] Wait("Local/20@queuemetrics-b28c;1", "10") in new stack
    -- Executing [20@queuemetrics:2] NoOp("Local/20@queuemetrics-b28c;2", " "QM: Logging on Agent/6877 to extension 6877@from-internal made by 'Agent/6877'" ") in new stack
  == Spawn extension (queuemetrics, 20, 3) exited non-zero on 'Local/20@queuemetrics-b28c;2'
  == Spawn extension (queuemetrics, 10, 2) exited non-zero on 'Local/20@queuemetrics-b28c;1'

Oddly enough Queuemetrics has a green alert that says the operation successfully completed, but asterisk still shows that no one is logged in. I checked out so many posts and none of them answered my queuestion. Let me restate it for clarification: We are trying to log an agent into asterisk via Queuemetrics and while Queuemetrics shows that the action completed Asterisk doesn't recognize any agents logged in. Any help would be appreciated.
 

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Queuemetrics 12.5.1-397 and Asterisk 1.8.12
« Reply #1 on: August 03, 2012, 09:19:17 »
IIRC there might be an issue with commas and pipes as parameter separators in the supplied script.

actpunk

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
    • View Profile
Re: Queuemetrics 12.5.1-397 and Asterisk 1.8.12
« Reply #2 on: August 06, 2012, 16:25:08 »
Is there any specific help that we can get with the commas and pipes?

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Queuemetrics 12.5.1-397 and Asterisk 1.8.12
« Reply #3 on: August 07, 2012, 09:31:33 »
Sorry - it's even easier.
Extension 20 is used for AgentCallBackLogin, that does not exist anymore on Asterisk 1.8 - you need to use the ADDMEMBER and REMOVEMEMBER buttons instead!  ;D