Skip to content

Commit

Permalink
app_ruby: docs updated for xval_mode param
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 19, 2022
1 parent 599c75a commit 4b5cdf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/app_ruby/doc/app_ruby_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4b5cdf1

Please sign in to comment.