Module: kamailio Branch: master Commit: 44381746e0e826e8db04597942fa4cee6cbf9175 URL: https://github.com/kamailio/kamailio/commit/44381746e0e826e8db04597942fa4cee...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-02-10T17:53:42+01:00
ctl: doc - binrpc_buffer_size can get only integer value
---
Modified: src/modules/ctl/doc/ctl_params.xml
---
Diff: https://github.com/kamailio/kamailio/commit/44381746e0e826e8db04597942fa4cee... Patch: https://github.com/kamailio/kamailio/commit/44381746e0e826e8db04597942fa4cee...
---
diff --git a/src/modules/ctl/doc/ctl_params.xml b/src/modules/ctl/doc/ctl_params.xml index 558d706464..5f944d7985 100644 --- a/src/modules/ctl/doc/ctl_params.xml +++ b/src/modules/ctl/doc/ctl_params.xml @@ -90,7 +90,7 @@ modparam("ctl", "binrpc", "udp:*:3012") # udp any , port 3012 </section>
<section id="binrpc_buffer_size"> - <title><varname>binrpc_buffer_size</varname> (integer or string)</title> + <title><varname>binrpc_buffer_size</varname> (integer)</title> <para> The size of the internal buffer used for printing elements of the RPC response (e.g., internal RPC printf()). The value is given in bytes.