mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-04 22:07:28 -07:00
e6659d458f
When the 20ms channel timer fires but there are no frames available in the queue, we now check for leftover data in the buffer and if there is any, we create a frame with it and send it to the core. This resolves an issue with the leftover data being delayed if a STOP_MEDIA_BUFFERING command is delayed. Some existing comments were also clarified to account for the new behavior. Resolves: #2006