]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3690
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 14 Nov 2011 14:24:08 +0000 (08:24 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 14 Nov 2011 14:24:08 +0000 (08:24 -0600)
src/mod/applications/mod_dptools/mod_dptools.c

index a71044679d19b6ad10e030f77551a0adea497c28..1186e83a2a4f9ac32ee6268c7cbd8c535d9a6561 100755 (executable)
@@ -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);