]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
set flag
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 27 Apr 2011 21:18:59 +0000 (16:18 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 27 Apr 2011 21:18:59 +0000 (16:18 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 986ec56128686bc4622c4431986b7fe00a58375e..4f436534a43b9c03f6a80d54fce4942f12592967 100644 (file)
@@ -778,7 +778,7 @@ static switch_status_t conference_add_member(conference_obj_t *conference, confe
                }
 
                switch_channel_clear_app_flag_key("conf_silent", channel, CONF_SILENT_REQ);
-
+               switch_channel_set_app_flag_key("conf_silent", channel, CONF_SILENT_DONE);
 
                switch_ivr_dmachine_create(&member->dmachine, "mod_conference", NULL, 500, 0, NULL, NULL, NULL);