]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 14 Feb 2007 23:08:10 +0000 (23:08 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 14 Feb 2007 23:08:10 +0000 (23:08 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4279 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index 97b947d70dbf1cf14be0212df2614431ebeddf77..3b3c6b9976b8e41720d9c2bb656b369b696b541d 100644 (file)
@@ -1895,6 +1895,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_queue_private_event(switch_c
        if (session->private_event_queue) {
                if (switch_queue_trypush(session->private_event_queue, *event) == SWITCH_STATUS_SUCCESS) {
                        *event = NULL;
+                       switch_core_session_kill_channel(session, SWITCH_SIG_BREAK);
                        status = SWITCH_STATUS_SUCCESS;
                }
        }