1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00

FS-5163 --resolve

This commit is contained in:
Anthony Minessale 2013-03-11 09:14:11 -05:00
parent 5f733b24bf
commit 0026f9e496

@ -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);