]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FSCORE-468
authorBrian West <brian@freeswitch.org>
Tue, 16 Mar 2010 19:07:06 +0000 (19:07 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 16 Mar 2010 19:07:06 +0000 (19:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17015 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index 8ce821e6a0f03ddceff13b572fe8c6ddb653edf2..e135319efb491343b9e1d0af9fe43cb3902874de 100644 (file)
@@ -1460,7 +1460,7 @@ SWITCH_STANDARD_API(status_function)
        return SWITCH_STATUS_SUCCESS;
 }
 
-#define CTL_SYNTAX "[send_sighup|hupall|pause|resume|shutdown [cancel|elegant|asap|now|restart]|sps|sync_clock|reclaim_mem|max_sessions|min_dtmf_duration [num]|max_dtmf_duration [num]|default_dtmf_duration [num]|loglevel [level]|debug_level [level]]"
+#define CTL_SYNTAX "[send_sighup|hupall|pause|resume|shutdown [cancel|elegant|asap|now|restart]|sps|sync_clock|reclaim_mem|max_sessions|min_dtmf_duration [num]|max_dtmf_duration [num]|default_dtmf_duration [num]|min_idle_cpu|loglevel [level]|debug_level [level]]"
 SWITCH_STANDARD_API(ctl_function)
 {
        int argc;