Skip to content

Fix rare deadlock issue during hangup, REF 15145

There was a possibility that hangup of sub channel is done quicker than the audio packet from the same channel is consumed, causing asterisk hangs. Fix it so the audio packet is not processed when the hangup has already been triggerred for the sub channel.

Merge request reports