mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
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)) {
|
if ((flags & SMF_HOLD_BLEG)) {
|
||||||
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "hold-bleg", "true");
|
switch_event_add_header_string(event, SWITCH_STACK_BOTTOM, "hold-bleg", "true");
|
||||||
}
|
}
|
||||||
|
switch_core_session_queue_private_event(session, &event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
master = session;
|
master = session;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user