git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9890 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-10-08 01:25:42 +00:00
parent 544254bf8c
commit 99a28acebb

View File

@ -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);