[Freeswitch-svn] [commit] r8794 - freeswitch/trunk/src/mod/applications/mod_commands

Freeswitch SVN brian at freeswitch.org
Tue Jun 10 20:54:53 EDT 2008


Author: brian
Date: Tue Jun 10 20:54:53 2008
New Revision: 8794

Modified:
   freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c

Log:
add sps to fsctl syntax

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 Jun 10 20:54:53 2008
@@ -562,7 +562,7 @@
 	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;



More information about the Freeswitch-svn mailing list