From 0026f9e4966390e068cbe3cb34be00cf0032beef Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 11 Mar 2013 09:14:11 -0500 Subject: [PATCH] FS-5163 --resolve --- src/mod/applications/mod_fifo/mod_fifo.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index ce0bf39ac4..5d21fc141e 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -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);