QueueMetrics forum
QueueMetrics => Running QueueMetrics => Topic started by: emel_punk on September 18, 2017, 20:59:08
-
Greetings
I need to add, pause, unpause, remove members from realtime page, as admin. QM is using AMI to do this but I need to be able to perform this from a context, from the agent page it does work using dialplan from extensions_queuemetrics.conf, but from realtime page it use, 'QueueAdd' from AMI.
-
Hi! Are you sure?
What's the exact version and build of QM you are using?
As far as I know the agent's page and realtime page should use the same methods to trigger commands to the PBX.
How is set platform.pbx?
-
platform.pbx=DIRECTAMI
platform.directami.agent=Agent/${num}
platform.directami.extension=SIP/${num}
platform.directami.transfer=${num}@from-internal
platform.directami.outbound.enabled=true
platform.directami.localext=SIP/${num}
platform.directami.verbose=false
-
I have notice our server with the problem use 15.10.6-20 and does not have that platform.pbx parameter. I could resolve the problem with the newest version (VM) just by leaving in blank platform.pbx but no luck on the version 15.10.6-20
-
Yes, those property have no effect on version 15.10; my suggestion is to update QM and see how it goes with both platform DirectAMI and Classic
-
Many thanks for your support :)