[Freeswitch-svn] [commit] r10338 -	freeswitch/trunk/scripts/contrib/mrene/mod_limit_hash
    FreeSWITCH SVN 
    mrene at freeswitch.org
       
    Tue Nov 11 16:33:07 PST 2008
    
    
  
Author: mrene
Date: Tue Nov 11 19:33:07 2008
New Revision: 10338
Log:
update syntax
Modified:
   freeswitch/trunk/scripts/contrib/mrene/mod_limit_hash/mod_limit_hash.c
Modified: freeswitch/trunk/scripts/contrib/mrene/mod_limit_hash/mod_limit_hash.c
==============================================================================
--- freeswitch/trunk/scripts/contrib/mrene/mod_limit_hash/mod_limit_hash.c	(original)
+++ freeswitch/trunk/scripts/contrib/mrene/mod_limit_hash/mod_limit_hash.c	Tue Nov 11 19:33:07 2008
@@ -30,7 +30,7 @@
 
 #include <switch.h>
 
-#define LIMIT_SYNTAX "<realm> <id> <max> [transfer_destination_number]"
+#define LIMIT_SYNTAX "<realm> <id> <max>[/interval] [transfer_destination_number [transfer_destination_context]]"
 
 SWITCH_MODULE_LOAD_FUNCTION(mod_limit_hash_load);
 SWITCH_MODULE_DEFINITION(mod_limit_hash, mod_limit_hash_load, NULL , NULL);
    
    
More information about the Freeswitch-svn
mailing list