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;
 	}