Asterisk getting locked randomly

Hello,

Please see attached backtrace

asterisk-wedge-bt-1041.txt (204.1 KB)

From what I can tell: A thread completing a call transfer and a thread doing a routine RTP maintenance check each grabbed one lock and are waiting forever for the other’s and since one of them holds the global channel list, all 36 other threads (including every thread that answers new calls) are stuck in line behind them, so the whole PBX freezes.

Asterisk version 20.19.0

Has anyone encountered anything like that?

Thanks

Fixed in 20.20.0.

Thanks Josh.

Is this also related?

To your backtrace? No, not from the bit of information I can get from it.