Files
asterisk/channels
kodokaii e3f392e084 chan_websocket: Reset frame_queue_length to 0 after FLUSH_MEDIA
In the WebSocket channel driver, the FLUSH_MEDIA command clears all frames from
the queue but does not reset the frame_queue_length counter.

As a result, the driver incorrectly thinks the queue is full after flushing,
which prevents new multimedia frames from being sent, especially after multiple
flush commands.

This fix sets frame_queue_length to 0 after flushing, ensuring the queue state
is consistent with its actual content.

Fixes: #1304
(cherry picked from commit 38d0909669)
2025-09-10 19:52:59 +00:00
..
2021-11-19 09:02:06 -06:00
2025-01-23 18:36:03 +00:00
2025-03-20 18:18:29 +00:00
2025-03-20 18:18:29 +00:00
2025-03-20 18:18:29 +00:00
2025-03-20 18:18:29 +00:00