Skip to content

Fix a deadlock issue triggered by R1

George Yang requested to merge gyang-7.3 into release-7.3

ticket: https://project.iopsys.eu/issues/14425

deadlock happens between threads which respectively calling chan_voicemngr_getRtpStats() or chan_voicemngr_indicate() to lock sub->parent and ast_channel objects.

Merge request reports