<div dir="ltr">Hello all,<div><br></div><div>I'm trying to compare 2 variables in a condition, something like</div><div><br></div><div><condition field="${sip_from_user}" expression="^${some_other_phone_number}$" inline="true"></div><div><br></div><div>But it looks like FS expands the variable, and does the comparison. The problem with this is, those 2 phone numbers are in e.164, i.e.:<br><br></div><div>sip_from_user = +18885551212</div><div>some_other_phone_number = +18005551212<br></div><div><br></div><div>and so the condition ends up being:</div><div><br></div><div><condition field="+18885551212" expression="^+18005551212$" inline="true"></div><div><br></div><div>which of course won't work....</div><div><br></div><div>Is there any way of escaping the variables automatically when comparing?</div><div>I haven't found a way.</div><div><br></div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Thanks!<br><div><br></div>David Villasmil<div>email: <a href="mailto:david.villasmil.work@gmail.com" target="_blank">david.villasmil.work@gmail.com</a></div><div>phone: +34669448337</div></div></div></div></div></div>