Browse Source

timer modparam must be named

Miklos Tirpak 18 years ago
parent
commit
64f1dd581a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/ser-oob.cfg

+ 1 - 1
etc/ser-oob.cfg

@@ -362,7 +362,7 @@ modparam("exec", "time_to_kill", 200);
 modparam("exec", "setvars", 0);
 
 # -- timer module
-modparam("timer", "declare_timer", "ON_1MIN_TIMER,60000,slow,enable");
+modparam("timer", "declare_timer", "ON_1MIN_TIMER=ON_1MIN_TIMER,60000,slow,enable");
 
 # -------------------------  request routing logic -------------------