mirror of https://github.com/asterisk/asterisk
Realtime queue members used lastpause to determine whether a member had transitioned from unpaused to paused. However, lastpause also stores the timestamp of the member's most recent pause and should not be cleared when the member is unpaused. Compare the existing paused state with the new realtime value instead, and update lastpause only when the member transitions from unpaused to paused. Resolves: #176022
parent
e80ed05877
commit
437085acc0
Loading…
Reference in new issue