Module: kamailio
Branch: master
Commit: 5fedf169d256e7e24fe2ce2b593af9a865ac9578
URL: https://github.com/kamailio/kamailio/commit/5fedf169d256e7e24fe2ce2b593af9a…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-12-20T10:46:41+01:00
modules: readme files regenerated - app_ruby ... [skip ci]
---
Modified: src/modules/app_ruby/README
---
Diff: https://github.com/kamailio/kamailio/commit/5fedf169d256e7e24fe2ce2b593af9a…
Patch: https://github.com/kamailio/kamailio/commit/5fedf169d256e7e24fe2ce2b593af9a…
---
diff --git a/src/modules/app_ruby/README b/src/modules/app_ruby/README
index 7d68583ccd..2554a990f8 100644
--- a/src/modules/app_ruby/README
+++ b/src/modules/app_ruby/README
@@ -135,15 +135,15 @@ modparam("app_ruby", "load", "/usr/local/etc/kamailio/ruby/myscript.rb")
internal functions from the app_ruby module, otherwise the ones from
core are used.
- Note: when set to 1, there were crashing reports that are under
- investigation, this option being provided as intermediary solution to
- preserve the behaviour from older versions.
+ Note: upt to version 5.7, when set to 1, there were crashing reports
+ that are under investigation, this option being provided as
+ intermediary solution to preserve the behaviour from older versions.
- Default value is ���0���.
+ Default value is ���1���.
Example 1.2. Set xval_mode parameter
...
-modparam("app_ruby", "xval_mode", 1)
+modparam("app_ruby", "xval_mode", 0)
...
3.3. modproc (str)
Module: kamailio
Branch: master
Commit: 4b5cdf184a77e60d75f1ddf1cd666c6f36a76d48
URL: https://github.com/kamailio/kamailio/commit/4b5cdf184a77e60d75f1ddf1cd666c6…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-12-19T21:36:11+01:00
app_ruby: docs updated for xval_mode param
---
Modified: src/modules/app_ruby/doc/app_ruby_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/4b5cdf184a77e60d75f1ddf1cd666c6…
Patch: https://github.com/kamailio/kamailio/commit/4b5cdf184a77e60d75f1ddf1cd666c6…
---
diff --git a/src/modules/app_ruby/doc/app_ruby_admin.xml b/src/modules/app_ruby/doc/app_ruby_admin.xml
index ff957c6646..ae81a2a961 100644
--- a/src/modules/app_ruby/doc/app_ruby_admin.xml
+++ b/src/modules/app_ruby/doc/app_ruby_admin.xml
@@ -98,20 +98,20 @@ modparam("app_ruby", "load", "/usr/local/etc/kamailio/ruby/myscript.rb")
core are used.
</para>
<para>
- Note: when set to 1, there were crashing reports that are under
- investigation, this option being provided as intermediary
- solution to preserve the behaviour from older versions.
+ Note: upt to version 5.7, when set to 1, there were crashing
+ reports that are under investigation, this option being provided
+ as intermediary solution to preserve the behaviour from older versions.
</para>
<para>
<emphasis>
- Default value is <quote>0</quote>.
+ Default value is <quote>1</quote>.
</emphasis>
</para>
<example>
<title>Set <varname>xval_mode</varname> parameter</title>
<programlisting format="linespecific">
...
-modparam("app_ruby", "xval_mode", 1)
+modparam("app_ruby", "xval_mode", 0)
...
</programlisting>
</example>