Module: kamailio
Branch: master
Commit: c9229d66136f41fda0082585c4a73baf503b2c2b
URL: 
https://github.com/kamailio/kamailio/commit/c9229d66136f41fda0082585c4a73baf503b2c2b

Author: Sam Ware <[email protected]>
Committer: Henning Westerholt <[email protected]>
Date: 2020-01-12T12:14:01+01:00

xhttp_rpc: documentation correction

- The documentation in the README file had the
  wrong module name in the modparam in the
  example for the xhttp_rpc_buf_size parameter.
  Corrected this in section 4.2.

---

Modified: src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/c9229d66136f41fda0082585c4a73baf503b2c2b.diff
Patch: 
https://github.com/kamailio/kamailio/commit/c9229d66136f41fda0082585c4a73baf503b2c2b.patch

---

diff --git a/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml 
b/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml
index bffbe60530..56ef5f347a 100644
--- a/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml
+++ b/src/modules/xhttp_rpc/doc/xhttp_rpc_admin.xml
@@ -125,7 +125,7 @@ modparam("xhttp_rpc", "xhttp_rpc_root", "http_rpc")
                <title>Set <varname>xhttp_rpc_buf_size</varname> 
parameter</title>
                <programlisting format="linespecific">
 ...
-modparam("xhttp", "xhttp_rpc_buf_size", 1024)
+modparam("xhttp_rpc", "xhttp_rpc_buf_size", 1024)
 ...
 </programlisting>
                </example>


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to