]> 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 16:32:29 +0000 (11:32 -0500)
src/switch_ivr_bridge.c

index 0927fe95b5b708cb1170affb2cd9a9199a251dc1..0db8b3f705217ed167481aeb3c0b504e798bca1f 100644 (file)
@@ -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 {