751
Running QueueMetrics / Re: Switching between pause codes has a bug - One MUST un-pause before switching!
« on: May 31, 2011, 17:11:40 »
The one that Lenz refers to is the expected behavior, so I am not seeing a bug here.
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.
EXPLAIN
SELECT time_id , call_id , queue , agent , verb , data1 , data2 , data3 , data4 , data5 FROM queue_log WHERE partition ='P001' AND (time_id >= '1306306800' AND time_id<='1577869260') AND queue IN ( '', 'NONE' , '3000' , 'none' , 'q-300' ) ORDER BY time_id ASC , unique_row_count ASC