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

FreeSWITCH SVN anthm at freeswitch.org
Wed Apr 15 08:22:47 PDT 2009


Author: anthm
Date: Wed Apr 15 10:22:47 2009
New Revision: 13030

Log:
MODAPP-259

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 Apr 15 10:22:47 2009
@@ -1399,6 +1399,7 @@
 	}
 
  done:
+	switch_channel_clear_app_flag(channel, CF_APP_TAGGED);
 
 	switch_core_media_bug_resume(session);
 



More information about the Freeswitch-svn mailing list