FSCORE-451
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15012 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
77f42cf9a1
commit
480e6a6a0e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue