]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
again
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 31 Mar 2011 02:03:25 +0000 (21:03 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 31 Mar 2011 02:03:25 +0000 (21:03 -0500)
src/mod/applications/mod_conference/mod_conference.c

index 59638c87878d566a651021d2d949f392d7790670..7de7f4fdead992417b306716cd939077e0b8aba7 100644 (file)
@@ -2607,7 +2607,7 @@ static void conference_loop_output(conference_member_t *member)
                        }
 
                        do {
-                               switch_ivr_gentones(member->session, "%(1000,0,640)", 1, NULL);
+                               switch_ivr_sleep(member->session, 500, SWITCH_TRUE, NULL);
                        } while(switch_channel_up(channel) && member->conference->originating);
 
                        if (!switch_channel_ready(channel)) {
@@ -2615,6 +2615,8 @@ static void conference_loop_output(conference_member_t *member)
                                goto end;
                        }
                        
+                       conference_member_play_file(member, "tone_stream://%(500,0,640)", 0);
+
                }
        }