[sr-dev] git:5.2:7189b5cf: xhttp_rpc: documentation correction

Henning Westerholt hw at skalatan.de
Sun Jan 12 12:15:28 CET 2020


Module: kamailio
Branch: 5.2
Commit: 7189b5cf877a15481ad83850de7008ad24bc1010
URL: https://github.com/kamailio/kamailio/commit/7189b5cf877a15481ad83850de7008ad24bc1010

Author: Sam Ware <sam.ware at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-01-12T12:15:16+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.

(cherry picked from commit c9229d66136f41fda0082585c4a73baf503b2c2b)

---

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

---

Diff:  https://github.com/kamailio/kamailio/commit/7189b5cf877a15481ad83850de7008ad24bc1010.diff
Patch: https://github.com/kamailio/kamailio/commit/7189b5cf877a15481ad83850de7008ad24bc1010.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