676
Running QueueMetrics / Re: how to set the query permission
« on: August 19, 2011, 10:45:42 »
No at the moment this is not possible.
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.
SELECT * FROM asterisk.queue_logs LIMIT 0,1 without errors when using the queuemetrics database.CREATE VIEW ql_live AS SELECT unix_timestamp(time) as time_id, callid
as call_id, queuename as queue, agent as agent, event as verb, data1,
data2, data3, data4, data5, id as unique_row_count, 'LIVE' as
partition, '' as serverid FROM asterisk.queue_logs
default.queue_log_file=sql:LIVEsqlPreset.1.table=ql_live
kill -9 `ps fax | grep /usr/local/queuemetrics | grep bin/java | cut -d ' ' -f 1`; /etc/init.d/queuemetrics start