This commit is contained in:
Anthony Minessale 2011-11-14 08:24:08 -06:00
parent d93ed90b2e
commit 2d9853abfb
1 changed files with 1 additions and 1 deletions

View File

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