Module: kamailio Branch: 5.1 Commit: 1abedff2c6673bd5132589946935c59d1cf2654d URL: https://github.com/kamailio/kamailio/commit/1abedff2c6673bd5132589946935c59d...
Author: Sam Ware sam.ware@gmail.com Committer: Henning Westerholt hw@skalatan.de Date: 2020-01-12T12:14:59+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/1abedff2c6673bd5132589946935c59d... Patch: https://github.com/kamailio/kamailio/commit/1abedff2c6673bd5132589946935c59d...
---
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>