From: Anthony Minessale Date: Mon, 23 Sep 2013 16:32:29 +0000 (-0500) Subject: FS-5549 --resolve X-Git-Tag: v1.5.8~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c214648d8883aa32c4d3a5b7724f71e8d47b0573;p=thirdparty%2Ffreeswitch.git FS-5549 --resolve --- diff --git a/src/switch_ivr_bridge.c b/src/switch_ivr_bridge.c index 0927fe95b5..0db8b3f705 100644 --- a/src/switch_ivr_bridge.c +++ b/src/switch_ivr_bridge.c @@ -1122,6 +1122,7 @@ static switch_status_t signal_bridge_on_hangup(switch_core_session_t *session) } switch_channel_hangup(other_channel, switch_channel_get_cause(channel)); } else { + switch_channel_handle_cause(other_channel, switch_channel_get_cause(channel)); switch_channel_set_state(other_channel, CS_EXECUTE); } } else {