From 480e6a6a0ec85050c31ce8e060003fcb8e5281a4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 29 Sep 2009 19:03:48 +0000 Subject: [PATCH] FSCORE-451 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15012 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_async.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index f2d13bbb83..a60cbf5ce1 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -2730,6 +2730,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_broadcast(const char *uuid, const cha if ((flags & SMF_HOLD_BLEG)) { switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "hold-bleg", "true"); } + switch_core_session_queue_private_event(session, &event); } } master = session;