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;
|
switch_media_flag_enum_t exec_flags = SMF_ECHO_ALEG;
|
||||||
|
|
||||||
if (act->target != DIGIT_TARGET_BOTH && !strchr(flags, 'H')) {
|
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);
|
switch_ivr_broadcast_in_thread(use_session, cmd, exec_flags);
|
||||||
|
|
Loading…
Reference in New Issue