From: Anthony Minessale Date: Wed, 21 Jan 2009 22:29:01 +0000 (+0000) Subject: MODAPP-203 X-Git-Tag: v1.0.3~616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0658d786235a3f35ac41f41992c4c8908f037b88;p=thirdparty%2Ffreeswitch.git MODAPP-203 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11341 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index bc0cdb47f2..85f07b4597 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -878,6 +878,7 @@ SWITCH_STANDARD_APP(fifo_function) } if ((serviced_uuid = switch_channel_get_variable(channel, "fifo_serviced_uuid"))) { + switch_channel_set_variable(channel, "fifo_serviced_uuid", NULL); break; }