From: Anthony Minessale Date: Wed, 10 May 2006 16:56:07 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~2672 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb3de9b9abba45fb26a4e76695fc977ea6c94e4;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1419 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 458180fe57..fefed8ab50 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -65,7 +65,7 @@ static switch_status_t status_function(char *cmd, switch_stream_handle_t *stream refresh++; r = atoi(refresh); if (r > 0) { - stream->write_function(stream, "\n", r, r); + stream->write_function(stream, "\n", r, r, html ? "html=1" : ""); } } }