From: Anthony Minessale Date: Wed, 8 Oct 2008 01:25:42 +0000 (+0000) Subject: tweak X-Git-Tag: v1.0.2~915 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99a28acebbce2cea80e34e469af1908e7c8009f0;p=thirdparty%2Ffreeswitch.git tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9890 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 f7219d593e..788f9c4c88 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -232,7 +232,7 @@ SWITCH_STANDARD_API(eval_function) switch_core_session_rwunlock(session); } } - printf("WTF [%s\n", input); + expanded = switch_event_expand_headers(event, input); stream->write_function(stream, "%s", expanded);