]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add to desc
authorBrian West <brian@freeswitch.org>
Fri, 8 Jan 2010 22:43:12 +0000 (22:43 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 8 Jan 2010 22:43:12 +0000 (22:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16221 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index ff0b4d95bf46f061e0c016de05f58df8861a80fc..2b58bef124fc7dd7dc67be39906b79991e54bbeb 100644 (file)
@@ -1431,7 +1431,7 @@ SWITCH_STANDARD_API(status_function)
        return SWITCH_STATUS_SUCCESS;
 }
 
-#define CTL_SYNTAX "[send_sighup|hupall|pause|resume|shutdown [cancel|elegant|asap|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]|loglevel [level]|debug_level [level]]"
 SWITCH_STANDARD_API(ctl_function)
 {
        int argc;