From 4b5cdf184a77e60d75f1ddf1cd666c6f36a76d48 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 19 Dec 2022 21:36:11 +0100 Subject: [PATCH] app_ruby: docs updated for xval_mode param --- src/modules/app_ruby/doc/app_ruby_admin.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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) ...