From duarterocha91@gmail.com Tue Oct 8 13:36:57 2019 From: Duarte Rocha To: sr-users@lists.kamailio.org Subject: [SR-Users] Error parsing parameter value Date: Tue, 08 Oct 2019 12:36:42 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0978437559==" --===============0978437559== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Greetings, I'm testing some parameters actions and i found a weird behaviour This is my code for the test : $var(Parameter_List) = "blue=twelve;green=twe\"lve\";yellow=\"twelve\""; xerr("Parameter List = $var(Parameter_List)"); xerr("Value of Parameter blue = $(var(Parameter_List){param.value,blue})"); xerr("Value of Parameter green = $(var(Parameter_List){param.value,green})"); xerr("Value of Parameter yellow = $(var(Parameter_List){param.value,yellow})"); The printed logs are the following : ERROR: