Browse Source

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

Kamailio Dev 8 years ago
parent
commit
f819890018
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/modules/sipdump/README

+ 5 - 5
src/modules/sipdump/README

@@ -10,7 +10,7 @@ Daniel-Constantin Mierla
 
 
    <[email protected]>
    <[email protected]>
 
 
-   Copyright © 2017 asipto.com
+   Copyright © 2017 asipto.com
      __________________________________________________________________
      __________________________________________________________________
 
 
    Table of Contents
    Table of Contents
@@ -124,11 +124,11 @@ Chapter 1. Admin Guide
 
 
    Enable storage.
    Enable storage.
 
 
-   Default value is 1 (0 - off; 1 - on).
+   Default value is 0 (0 - off; 1 - on).
 
 
    Example 1.1. Set enable parameter
    Example 1.1. Set enable parameter
 ...
 ...
-modparam("sipdump", "enable", 0)
+modparam("sipdump", "enable", 1)
 ...
 ...
 
 
 3.2. wait (int)
 3.2. wait (int)
@@ -180,7 +180,7 @@ modparam("sipdump", "fprefix", "ksipdump-")
 
 
    4.1. sipdump_send(tag)
    4.1. sipdump_send(tag)
 
 
-4.1. sipdump_send(tag)
+4.1.  sipdump_send(tag)
 
 
    Send the details of the current SIP message to the writter process and
    Send the details of the current SIP message to the writter process and
    get it stored in the file.
    get it stored in the file.
@@ -199,7 +199,7 @@ sipdump_send("cfg");
 
 
    5.1. sipdump.enable
    5.1. sipdump.enable
 
 
-5.1. sipdump.enable
+5.1.  sipdump.enable
 
 
    Control the value for "enable" parameter.
    Control the value for "enable" parameter.