<div dir="ltr">Hi All , <div>I am using opensips 3.2 script transformation parameters to find the existence of a  parameter in  ; separated list of parameters . </div><div><br></div><div>In INVITE I have a custom header X-tag which contains a value as below . </div><div>X-Tag : Laptop</div><div><br></div><div>Agents used to get registered with X-Tag with some values and I used to put them in the attr column of the location table . </div><div>Agent X-Tag : Laptop=1;Laptop laptop=1</div><div><br></div><div>While processing the call , I am matching if the X-Tag in Invite exists in the Agent tag . If the exact parameter exists  then give a call to that contact else not . For that I using below transformation </div><div><br></div><div><pre class="escaped" style="font-size:0.9em;font-family:"Lucida Console","Andale Mono","Courier New",Courier;margin-top:0px;margin-bottom:0px;padding:6px;border:1px solid rgb(235,235,235);background-color:rgb(251,254,250);color:rgb(102,102,102)"><b>{param.exist,Laptop}</b></pre></div><div><br></div><div>Somehow this is not working . It's giving an error . As for my expectation it should match with the first parameter and as that's an exact match agent must get the call . But its not happening and breaking with error .</div><div><br></div><div><b>ERROR:core:parse_params: invalid character, ; expected, found l</b><br></div><div><b><br></b></div><div><b>while checking the existence of parameters, is that only checking a single word without any space ?Also special characters are allowed in between or not  ? </b></div><div><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><i>Thanks & Regards</i></b><div><i>Sasmita Panda</i></div><div><i>Senior Network Testing and Software Engineer</i></div><div><i>3CLogic , ph:07827611765</i></div></div></div></div></div></div></div></div>