Files
asterisk/main
Richard Mudgett b3cc74fda9 manager_channels.c: Fix allocation failure crash.
An earlier allocation failure failed to create a channel snapshot for the
AMI HangupRequest/SoftHangupRequest event which resulted in a crash in
channel_hangup_request_cb().  Where the stasis message gets generated
cannot tell if the NULL snapshot returned was because of an allocation
failure or the channel was a dummy channel.

* Made channel_hangup_request_cb() check if the channel blob has a
snapshot and exit if it doesn't.

* Eliminated the RAII_VAR usage in channel_hangup_request_cb().

Change-Id: I0b6a1c4e95cbb7d80b2a7054c6eadecc169dfd24
2016-04-22 15:45:47 -05:00
..
2015-04-12 07:12:45 -04:00
2016-04-08 13:52:02 -05:00
2016-03-24 16:59:24 -05:00
2016-04-14 17:39:41 -05:00
2015-06-10 18:06:15 -05:00
2016-04-08 13:52:02 -05:00
2015-06-08 09:44:04 -05:00