[sr-dev] git:master:c9229d66: xhttp_rpc: documentation correction

Henning Westerholt hw at skalatan.de
Sun Jan 12 12:14:10 CET 2020


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

Author: Sam Ware <sam.ware at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
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>




More information about the sr-dev mailing list