]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5163 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 11 Mar 2013 14:14:11 +0000 (09:14 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 11 Mar 2013 14:14:11 +0000 (09:14 -0500)
src/mod/applications/mod_fifo/mod_fifo.c

index ce0bf39ac4e07d86c9ca56eb60fe64f893a8dd27..5d21fc141e7167bee77392a538f80fd2368bf68c 100644 (file)
@@ -2927,8 +2927,6 @@ SWITCH_STANDARD_APP(fifo_function)
 
                                if (announce) {
                                        switch_ivr_play_file(session, NULL, announce, NULL);
-                               } else {
-                                       switch_ivr_sleep(session, 500, SWITCH_TRUE, NULL);
                                }
 
                                switch_channel_set_variable(other_channel, "fifo_serviced_by", my_id);