]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5549 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 23 Sep 2013 16:32:29 +0000 (11:32 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 23 Sep 2013 17:26:57 +0000 (22:26 +0500)
src/switch_ivr_bridge.c

index 71cf891e1804cbc4957f7e7cd940e402c9a6e5d9..2fa736834b85487cc11fd22a9a48d7849e15de98 100644 (file)
@@ -1108,6 +1108,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 {