]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add tab complete
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 21 Oct 2008 19:19:49 +0000 (19:19 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 21 Oct 2008 19:19:49 +0000 (19:19 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10099 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c
src/mod/endpoints/mod_sofia/sofia_glue.c

index 21536024624952ce3213922d14a0ba65233bbe76..bd27f78e331e18c2fdfd6e333302e7a6f8d15b5d 100644 (file)
@@ -2870,8 +2870,11 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_commands_load)
        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");
index 5bacb6b2d4d1d79ccf047bd849bf7f50d285142a..f481ecc8b57ba5f917be30fc10c59693e019c333 100644 (file)
@@ -1087,7 +1087,7 @@ switch_status_t sofia_glue_do_invite(switch_core_session_t *session)
                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;
                }