From: Brian West Date: Wed, 11 Jun 2008 00:54:53 +0000 (+0000) Subject: add sps to fsctl syntax X-Git-Tag: v1.0.1~369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ade8af6eaef40e3c0a5e220a2aa23284ceebca;p=thirdparty%2Ffreeswitch.git add sps to fsctl syntax git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8794 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_commands/mod_commands.c b/src/mod/applications/mod_commands/mod_commands.c index 03b66066bf..675b379324 100644 --- a/src/mod/applications/mod_commands/mod_commands.c +++ b/src/mod/applications/mod_commands/mod_commands.c @@ -562,7 +562,7 @@ SWITCH_STANDARD_API(status_function) return SWITCH_STATUS_SUCCESS; } -#define CTL_SYNTAX "[hupall|pause|resume|shutdown|sync_clock|reclaim_mem|max_sessions|max_dtmf_duration [num]|loglevel [level]]" +#define CTL_SYNTAX "[hupall|pause|resume|shutdown|sps|sync_clock|reclaim_mem|max_sessions|max_dtmf_duration [num]|loglevel [level]]" SWITCH_STANDARD_API(ctl_function) { int argc;