[Freeswitch-svn] [commit] r10099 - in freeswitch/trunk/src/mod: applications/mod_commands endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Tue Oct 21 15:19:50 EDT 2008
Author: anthm
Date: Tue Oct 21 15:19:49 2008
New Revision: 10099
Modified:
freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
Log:
add tab complete
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 21 15:19:49 2008
@@ -2870,8 +2870,11 @@
switch_console_set_complete("add fsctl shutdown");
switch_console_set_complete("add fsctl shutdown restart");
switch_console_set_complete("add fsctl shutdown elegant");
+ switch_console_set_complete("add fsctl shutdown asap");
switch_console_set_complete("add fsctl shutdown elegant restart");
switch_console_set_complete("add fsctl shutdown restart elegant");
+ switch_console_set_complete("add fsctl shutdown asap restart");
+ switch_console_set_complete("add fsctl shutdown restart asap");
switch_console_set_complete("add fsctl shutdown cancel");
switch_console_set_complete("add fsctl sps");
switch_console_set_complete("add fsctl sync_clock");
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c Tue Oct 21 15:19:49 2008
@@ -1087,7 +1087,7 @@
const char *invite_params = switch_channel_get_variable(tech_pvt->channel, "sip_invite_params");
if (switch_strlen_zero(tech_pvt->dest)) {
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "URL Error! [%s]\n", tech_pvt->dest);
+ switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "URL Error!\n");
return SWITCH_STATUS_FALSE;
}
More information about the Freeswitch-svn
mailing list