Author Topic: SOLVED: Problem with live call monitor QM 1.5.1 and Asterisk 1.6  (Read 4211 times)

barryf

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 4
    • View Profile
Hi,

Running Asterisk 1.6.0-svn, the live call monitoring does not work. Same setup works fine with 1.2X and 1.4X

Running debug on asterisk, all I see is:

[Apr 24 10:50:38] DEBUG[5303] manager.c: Manager received command 'Login'
[Apr 24 10:50:38] VERBOSE[5303] logger.c:   == Manager 'queuemetrics' logged on from 192.168.9.42
[Apr 24 10:50:38] DEBUG[5303] manager.c: Manager received command 'Originate'
[Apr 24 10:50:41] VERBOSE[5303] logger.c:   == Manager 'queuemetrics' logged off from 192.168.9.42

...There is no evidence of Asterisk seeing the request for extension 11 or 14 @queumetrics context, and there are no errors showing on the QM side.

Any ideas? 1.5.1 is supposed to support AMI 1.1

Thanks

-Barry

« Last Edit: April 24, 2009, 13:00:41 by barryf »

barryf

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 4
    • View Profile
Re: Problem with live call monitor QM 1.5.1 and Asterisk 1.6
« Reply #1 on: April 24, 2009, 12:13:12 »
Answering my own question.

Asterisk 1.6 (AMI 1.1) has a new Originate privilege, so you need to change manager.conf for the queuemetrics manager user and add originate to the write privileges.

Might be worth making a note of this in the docs.

-Barry

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: SOLVED: Problem with live call monitor QM 1.5.1 and Asterisk 1.6
« Reply #2 on: April 25, 2009, 08:53:17 »
Thanks - we'll do.
 ;D