From: Anthony Minessale Date: Mon, 11 Mar 2013 14:14:11 +0000 (-0500) Subject: FS-5163 --resolve X-Git-Tag: v1.3.17-final~108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0026f9e4966390e068cbe3cb34be00cf0032beef;p=thirdparty%2Ffreeswitch.git FS-5163 --resolve --- 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);