Files
asterisk/channels
kodokaii 38d0909669 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
2025-07-15 13:46:03 +00:00
..
2021-11-19 09:02:06 -06:00
2025-01-03 23:27:55 +00:00
2025-02-20 21:46:32 +00:00
2025-02-20 21:46:32 +00:00
2025-02-20 21:46:32 +00:00
2025-02-20 21:46:32 +00:00