Hello Kamailio Community dev,
I made a couple months ago 2 two contributions that have been merged in master branch.
* tm: new param to specify reply codes for dns srv failover [ commit 062e6daa0f149e01674667f77608afb35b6e099a ]
* topos: disable multiple comma separated values in One Single Via, Record-Route or Route header if needed [ commit 54fe9d29d15bd15b60950035ad348baacbb868fe ]
but until now I don't see them In the last 3 previous releases.
It's a must functionality for us.
Thanks for feedbacks.
Orange Restricted
_________________________________________________________________________________________________________________________
Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc
pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler
a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration,
Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci.
This message and its attachments may contain confidential or privileged information that may be protected by law;
they should not be distributed, used or copied without authorisation.
If you have received this email in error, please notify the sender and delete this message and its attachments.
As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified.
Thank you.
Module: kamailio
Branch: master
Commit: 44381746e0e826e8db04597942fa4cee6cbf9175
URL: https://github.com/kamailio/kamailio/commit/44381746e0e826e8db04597942fa4ce…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/44381746e0e826e8db04597942fa4ce…
Patch: https://github.com/kamailio/kamailio/commit/44381746e0e826e8db04597942fa4ce…
---
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.