QueueMetrics > Realtime Live

Extension column in Agent Table

(1/2) > >>

tonils:
How can I get QueueMetrics to populate the Extension column in the Agent Table of the Realtime page with the current extension of dynamic agents? I am useing AddQueueMember to add the agent to the queue.

I guess it will be information that needs to be logged in queue_log......

QueueMetrics:
I think that the ADDMEMBER record does not provide that piece of information because you usually add something like SIP/123 or Local/456@agents, where the extension is implicit in the agent's name.

Why is this not OK to you? how is your setup?

tonils:
Correct, the ADDMEMBER (in standard asterisk) does not provide that, but I can make it.

Our call centres use the QueueMetrics "Log on" and "Log off" buttons to login to the queues. This provides a field for the extention number - which we use to support hot-desking. From time to time agents put the wrong thing in there. I would like what they put in there to show up on the RealTime screen.

I have put information into queue_log in an attempt to make QueueMetrics display the extension (e.g. update queue_log set data1="1234" where verb="ADDMEMBER"). After executing this, the Extension column is still blank.

I see this as an added piece of management information and would like to try and get it working.

QueueMetrics:
The problem with this is that the format of the ADDMEMBER verb is given by Asterisk, and we cannot change that (maybe they will use that field for
something else in the future).
One possible solution would be adding a new custom verb that is made to associate the logon/logoffs with the actual extension. If a few users are interested in that change, we can do it.

tonils:
That is not a problem for me. I have the skills to alter the asterisk code to add this information into queue_log.

What I am trying to find out is what do I need to add to get the information displayed. If I simulate (as per my previous post) adding the information to ADDMEMBER, it makes no difference to QueueMetrics.

Please can you tell me how to get the extention to display on the Realtime page.

Navigation

[0] Message Index

[#] Next page

Go to full version