From 9bd272284dcb624ffcd27082b5c15b06f0e9f44d Mon Sep 17 00:00:00 2001 From: Brian West Date: Mon, 5 Jan 2009 16:54:15 +0000 Subject: [PATCH] Revert my change git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11072 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_conference/mod_conference.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 3d13e74220..817df704bd 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -3882,6 +3882,11 @@ SWITCH_STANDARD_API(conf_api_main) http = switch_event_get_header(stream->param_event, "http-host"); } + if (http) { + /* Output must be to a web browser */ + stream->write_function(stream, "
\n");
+	}
+
 	if (!(lbuf = strdup(cmd))) {
 		return status;
 	}