asterisk/channels/pjsip
Salah Ahmed ddb0091da5 Crash during "pjsip show channelstats" execution
During execution "pjsip show channelstats" cli command by an
external module asterisk crashed. It seems this is a separate
thread running to fetch and print rtp stats. The crash happened on
the ao2_lock method, just before it going to read the rtp stats on
a rtp instance. According to gdb backtrace log, it seems the
session media was already cleaned up at that moment.

ASTERISK-28578

Change-Id: I3e05980dd4694577be6d39be2c21a5736bae3c6f
2019-10-18 04:32:04 -05:00
..
include channel/chan_pjsip: add dialplan function for music on hold 2019-10-01 02:06:45 -05:00
cli_commands.c Crash during "pjsip show channelstats" execution 2019-10-18 04:32:04 -05:00
dialplan_functions.c channel/chan_pjsip: add dialplan function for music on hold 2019-10-01 02:06:45 -05:00