Browse Source

modules: readme files regenerated - file_out ... [skip ci]

Kamailio Dev 2 months ago
parent
commit
36c5fc4992
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/modules/file_out/README

+ 2 - 2
src/modules/file_out/README

@@ -147,7 +147,7 @@ modparam("file_out", "file", "name=accounting;extension=.txt")
 
    Example 1.3. Set worker_usleep parameter
 ...
-modparam("file_out", "worker_usleep", "1000")
+modparam("file_out", "worker_usleep", 1000)
 ...
 
 3.4.  timer_interval (int)
@@ -159,7 +159,7 @@ modparam("file_out", "worker_usleep", "1000")
 
    Example 1.4. Set timer_interval parameter
 ...
-modparam("file_out", "timer_interval", "60")
+modparam("file_out", "timer_interval", 60)
 ...
 
 4. Functions