From duarterocha91@gmail.com Tue Oct 8 16:10:15 2019 From: Duarte Rocha To: sr-users@lists.kamailio.org Subject: Re: [SR-Users] Error parsing parameter value Date: Tue, 08 Oct 2019 15:09:59 +0100 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1218475323==" --===============1218475323== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Hi David. I want to ble able to print : yellow = "twelve". In the green example the "" are printed, but on the yellow example it is not. Cheers A terça, 8/10/2019, 12:36, Duarte Rocha escreveu: > 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: