[Freeswitch-svn] [commit] r4408 - freeswitch/trunk/src/mod/applications/mod_commands
Freeswitch SVN
anthm at freeswitch.org
Tue Feb 27 17:53:57 EST 2007
Author: anthm
Date: Tue Feb 27 17:53:57 2007
New Revision: 4408
Modified:
freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
Log:
thanks _Vile
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 Feb 27 17:53:57 2007
@@ -511,7 +511,7 @@
if (switch_ivr_originate(NULL, &caller_session, &cause, aleg, timeout, &noop_state_handler, cid_name, cid_num, NULL) != SWITCH_STATUS_SUCCESS) {
if (machine) {
- stream->write_function(stream, "fail: %s", switch_channel_cause2str(cause));
+ stream->write_function(stream, "fail: %s\n", switch_channel_cause2str(cause));
} else {
stream->write_function(stream, "Cannot Create Outgoing Channel! [%s] cause: %s\n", aleg, switch_channel_cause2str(cause));
}
More information about the Freeswitch-svn
mailing list