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 - David

Pages: [1]
1
Hi,

I'm already using qloaderd

David

2
Hi,

We are running into a issue. We have a fresh install of Quemetrics 15.10 with Asterisk 13. When we login as an agent. We select "Agent Logon". we see the 6 queues in the "Queue Logged In" with a icon in circle. If we wait like 30 seconds, the queue will go back to "Available Queue" like if we were not logged in.

But, if we it refresh, we see that we are logged in.

I can confirm on the Asterisk side it's working as expected. It's really only a "refresh problem" We are using qloaderd and it's working as expected.

Thx !

3
QueueMetrics installation / Queuemetrics https
« on: July 08, 2010, 16:12:15 »
Is it possible to use https instead of http to access QueueMetrics ?

Thx

4
It's working well with Asterisk 1.6 but in Asterisk 1.6 the | (pipe) are not parsed anymore, you must replace them with , (coma).

Note : Not in the System() application.

The only thing not working correctly is the fact that we now in queuemetrics it show that it's always the caller who hangup, other than that everything seem to be working fine with 1.6

5
Thx,

It's working fine !

6
Hi,

Is it possible to separate queuemetrics and the sql database on two diffetent server. The think I don't know is what to put in the configuration.properties files :

for flat file : default.queue_log_file=/var/log/asterisk/queue_log
for sql on the same server : default.queue_log_file=sql:P01
for sql on different server : ?

Thx


7
Improving QueueMetrics / Report based on call duration
« on: March 25, 2007, 19:31:34 »
It would be very usefull to be able to produce reports based on the call duration. For example, being able to filter all the call that were more than 30 sec long by agent/ by queue

8
I tried to chage the SIP/XXX for Agent/XXX and it didn't work. Same result for the Local trick. All the other statistic are working fine, I cant see how many call an agent receive etc... but I can't get any session details.

Here the result of queue_log:

1174840852|1174840852.0|NONE|Local/640@agents|AGENTLOGIN|-
1174840903|1174840901.1|NONE|Local/640@agents|AGENTLOGOFF|-|

1174840650|1174840650.25596|NONE|Agent/640|AGENTLOGIN|-
1174840663|1174840661.25597|NONE|Agent/640|AGENTLOGOFF|-|


9
Hi,

I'm trying to get queuemetrics to report when the agent login and logout. I'm unable to get it work. I have tried with addqueuemember and with agentcalllogin. None of them work. The agetn can receive call and realtime panel show the agent as logged in but when I generate a report, I can't see the agent session detail.

Here are the queue_log details with addqueuemember :
1174803275|1174803275.25578|NONE|SIP/640|AGENTLOGIN|-
1174803670|1174803668.25579|NONE|SIP/640|AGENTLOGOFF|-|

Macro used to login:

exten => s,1,AddQueueMember(payment,SIP/${CALLERID(num)})
exten => s,n,System( echo "${EPOCH}|${UNIQUEID}|NONE|SIP/${CALLERID(num)}|AGENTLOGIN|-" >> /var/log/asterisk/queue_log)
exten => s,n,Wait(0.5)
exten => s,n,Playback(agent-loginok)
exten => s,n,Hangup()


And with agentcallbacklogin:
1174804437|1174804435.25586|NONE|Agent/640|AGENTCALLBACKLOGIN|640@internalCommunications

Is there anything special I should do ? I'm version 1.3.3. I did the installation using the yum repositories.

Thx


10
QueueMetrics installation / Time Error
« on: March 15, 2007, 00:05:59 »
Hi,

I have a problem with the new timezone here in Canada. My linux server do have the right time when using :date and clock command. I'm in the right timezone and I can confirm that the update for my fedora is installed. Every linux service are running well. The problem is that Quemetrics doesn,t use the right time. For example, in the realtime panel, it is 1 hour late.

What could I do ?

Pages: [1]