Module: kamailio
Branch: 5.3
Commit: ed3b9fca165a5005dfd4715776acafc1d32b77e5
URL:
https://github.com/kamailio/kamailio/commit/ed3b9fca165a5005dfd4715776acafc…
Author: Sam Ware <sam.ware(a)gmail.com>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2020-01-12T12:15:31+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/ed3b9fca165a5005dfd4715776acafc…
Patch:
https://github.com/kamailio/kamailio/commit/ed3b9fca165a5005dfd4715776acafc…
---
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>