[Freeswitch-svn] [commit] r11072 - freeswitch/trunk/src/mod/applications/mod_conference
FreeSWITCH SVN
brian at freeswitch.org
Mon Jan 5 08:54:15 PST 2009
Author: brian
Date: Mon Jan 5 10:54:15 2009
New Revision: 11072
Log:
Revert my change
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 Mon Jan 5 10:54:15 2009
@@ -3882,6 +3882,11 @@
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