Skip to content

Fix a deadlock issue triggered by R1

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

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

Merge request reports