diff --git a/src/modules/app_ruby/doc/app_ruby_admin.xml b/src/modules/app_ruby/doc/app_ruby_admin.xml index ff957c66463..ae81a2a9610 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. - 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. Set <varname>xval_mode</varname> parameter ... -modparam("app_ruby", "xval_mode", 1) +modparam("app_ruby", "xval_mode", 0) ...