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;