FSCORE-451

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15012 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-09-29 19:03:48 +00:00
parent 77f42cf9a1
commit 480e6a6a0e
1 changed files with 1 additions and 0 deletions

View File

@ -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;