mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
FS-3690
This commit is contained in:
parent
d93ed90b2e
commit
2d9853abfb
@ -224,7 +224,7 @@ static switch_status_t digit_action_callback(switch_ivr_dmachine_match_t *match)
|
||||
switch_media_flag_enum_t exec_flags = SMF_ECHO_ALEG;
|
||||
|
||||
if (act->target != DIGIT_TARGET_BOTH && !strchr(flags, 'H')) {
|
||||
exec_flags = SMF_HOLD_BLEG;
|
||||
exec_flags |= SMF_HOLD_BLEG;
|
||||
}
|
||||
|
||||
switch_ivr_broadcast_in_thread(use_session, cmd, exec_flags);
|
||||
|
Loading…
x
Reference in New Issue
Block a user