From 99a28acebbce2cea80e34e469af1908e7c8009f0 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 8 Oct 2008 01:25:42 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9890 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_commands/mod_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);