[Freeswitch-svn] [commit] r9890 - freeswitch/trunk/src/mod/applications/mod_commands
Freeswitch SVN
anthm at freeswitch.org
Tue Oct 7 21:25:42 EDT 2008
Author: anthm
Date: Tue Oct 7 21:25:42 2008
New Revision: 9890
Modified:
freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
Log:
tweak
Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c Tue Oct 7 21:25:42 2008
@@ -232,7 +232,7 @@
switch_core_session_rwunlock(session);
}
}
- printf("WTF [%s\n", input);
+
expanded = switch_event_expand_headers(event, input);
stream->write_function(stream, "%s", expanded);
More information about the Freeswitch-svn
mailing list