[Home]

Summary:ASTERISK-25159: queue_log does not log PAUSE events for pause states set with QUEUE_MEMBER
Reporter:Ivan Semenov (vanyas)Labels:
Date Opened:2015-06-14 22:28:41Date Closed:2015-06-30 15:53:19
Priority:MajorRegression?
Status:Closed/CompleteComponents:Applications/app_queue
Versions:13.4.0 Frequency of
Occurrence
Constant
Related
Issues:
duplicatesASTERISK-25215 Differences in queue.log between Set QUEUE_MEMBER and using PauseQueueMember
Environment:Attachments:
Description:When we chahge agent paused state via QUEUE_MEMBER function
example:
exten => 160,n,Set(QUEUE_MEMBER(110,paused,Local/2082@from-queue/n)=1)
there are no log messages about this pause in queue_log file, and statistic software works incorrect.
When we chahge agent paused state via PauseQueueMember or UnPauseQueueMember functions
example:
exten => 160,n,PauseQueueMember(110,Local/2082@from-queue/n)
correct message "1434337773|NONE|110|Semenov Ivan|PAUSE|" has added to queue_log and statistic software work correctly.
Comments:By: Rusty Newton (rnewton) 2015-06-30 15:53:19.719-0500

See ASTERISK-25215