[Freeswitch-svn] [commit] r11066 - freeswitch/trunk/src/mod/applications/mod_conference

FreeSWITCH SVN brian at freeswitch.org
Sat Jan 3 16:58:51 PST 2009


Author: brian
Date: Sat Jan  3 19:58:50 2009
New Revision: 11066

Log:
don't add pre tag because its bad to assume

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

Modified: freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_conference/mod_conference.c	Sat Jan  3 19:58:50 2009
@@ -3882,11 +3882,6 @@
 		http = switch_event_get_header(stream->param_event, "http-host");
 	}
 
-	if (http) {
-		/* Output must be to a web browser */
-		stream->write_function(stream, "<pre>\n");
-	}
-
 	if (!(lbuf = strdup(cmd))) {
 		return status;
 	}



More information about the Freeswitch-svn mailing list