Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - acrisuser

Pages: [1]
1
Running QueueMetrics / Re: Agent Priority
« on: May 28, 2015, 12:51:21 »
Hi,
in my case this was my solution:
in order to enable this feature you should slightly modify the queuemetrics'
dialplan:

1) open /etc/asterisk/extensions_queuemetrics.conf

2) find at extension 25 this line:

exten => 25,3,AddQueueMember(${QUEUENAME},Local/${AGENTCODE}@from-internal)

and replace with

exten =>
25,3,AddQueueMember(${QUEUENAME},Local/${AGENTCODE}@from-internal,${QM_AGENT_PRIONUM})

3) find at extension 35 this line:

exten => 35,4,AddQueueMember(${QUEUENAME},SIP/${QM_AGENT_LOGEXT})

and replacec with

exten =>
35,4,AddQueueMember(${QUEUENAME},SIP/${QM_AGENT_LOGEXT},${QM_AGENT_PRIONUM})

4) save the file
5) reload the asterisk's dialplan

Hope this helps you

2
Running QueueMetrics / Pauses in Queuemetrics
« on: May 28, 2015, 12:41:57 »
Hi,
One agent can select diferent kind of Pauses (to lunch, to do BackOffice tasks,etc). There are pause that do not permit incoming calls but avoid to do outgoing calls with the QM?
We need have reports of that calls.


Thanks in advance.
 

3
Hi,
I'm having problems with the amazing 'computer abilities' of the agents, and I need to disable the buttons to 'Login/logout on selected queues' for Login/out  only in ALL the asigned queues of the agent.
Can be?

Regards,
acrisuser

4
Outbound and QueueMetrics / Re: Call-list panel shows finished calls
« on: November 13, 2014, 10:02:11 »
Hi,
yes it's the same. I thought that he was wrong writting the post in that section.

I can see that one person it's answering him, so I close this post.

Sorry by the inconvenients.


5
Outbound and QueueMetrics / Call-list panel shows finished calls
« on: November 11, 2014, 12:42:27 »
Hi,
When an agent is calling out an external number through a queue, after some seconds of ringing, the agent hears a congestion announcement and the call finishes but the Call-list panel" still shows the call as an ongoing call. The only way I have found to force QM to know that the call already finished is to make the agent logout and login from queues, then the list disappears completely from the list.
Any suggestion?

regards,
DVD

Pages: [1]