Hi *<br><br>how do you pass AVP values to script functions in openser.<br><br>if I do - <br><br>myFunction(&quot;somestring&quot;,$avp(s:someotherstring)); - openser fails to load, and<br><br>myFunction(&quot;somestring&quot;,&quot;$avp(s:someotherstring)&quot;); - passes the actual AVP string to the script and not the evaluation of the AVP string<br>
<br>Kind regards<br>Jason<br><br>