Skip to content

Commit

Permalink
modules: readme files regenerated - app_ruby ... [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kamailio-dev committed Dec 20, 2022
1 parent 4b5cdf1 commit 5fedf16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modules/app_ruby/README
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5fedf16

Please sign in to comment.