From: Anthony Minessale Date: Wed, 14 Feb 2007 23:08:10 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~1089 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b154ea7e2bf9877a999c087bbc8c0498ce7a76ce;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4279 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core.c b/src/switch_core.c index 97b947d70d..3b3c6b9976 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -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; } }