[Freeswitch-svn] [commit] r11341 - freeswitch/trunk/src/mod/applications/mod_fifo

FreeSWITCH SVN anthm at freeswitch.org
Wed Jan 21 14:29:01 PST 2009


Author: anthm
Date: Wed Jan 21 16:29:01 2009
New Revision: 11341

Log:
MODAPP-203

Modified:
   freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c

Modified: freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_fifo/mod_fifo.c	Wed Jan 21 16:29:01 2009
@@ -878,6 +878,7 @@
 			}
 
 			if ((serviced_uuid = switch_channel_get_variable(channel, "fifo_serviced_uuid"))) {
+				switch_channel_set_variable(channel, "fifo_serviced_uuid", NULL);
 				break;
 			}
 



More information about the Freeswitch-svn mailing list