Bladeren bron

modules: readme files regenerated - app_ruby ... [skip ci]

Kamailio Dev 2 jaren geleden
bovenliggende
commit
5fedf169d2
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      src/modules/app_ruby/README

+ 5 - 5
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
    internal functions from the app_ruby module, otherwise the ones from
    core are used.
    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
    Example 1.2. Set xval_mode parameter
 ...
 ...
-modparam("app_ruby", "xval_mode", 1)
+modparam("app_ruby", "xval_mode", 0)
 ...
 ...
 
 
 3.3. modproc (str)
 3.3. modproc (str)