[asterisk-bugs] [JIRA] (ASTERISK-23573) Crash when transferring unbridged call
Mark Michelson (JIRA)
noreply at issues.asterisk.org
Wed Apr 2 10:36:18 CDT 2014
Mark Michelson created ASTERISK-23573:
-----------------------------------------
Summary: Crash when transferring unbridged call
Key: ASTERISK-23573
URL: https://issues.asterisk.org/jira/browse/ASTERISK-23573
Project: Asterisk
Issue Type: Bug
Security Level: None
Reporter: Mark Michelson
The way I produced this crash was on a Switchvox development system, but the circumstances should be replicable on any Asterisk box. I called a busy extension from a Digium phone and was directed to voicemail. When the voicemail greeting started playing, I accidentally pressed the "Park" button on my Digium phone instead of the "End call" button. The result was a crash in Asterisk.
The problem appears to be that a stasis app that was subscribed to bridge events made the assumption that a blind transfer event would always have a non-NULL bridge snapshot with it. However, for blind transfer failures (especially those due to the fact that there is no bridge), this assumption cannot be made. The stasis code needs to be made NULL-safe with regards to bridge snapshots on all types of transfers.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list