Hi *

how do you pass AVP values to script functions in openser.

if I do -

myFunction("somestring",$avp(s:someotherstring)); - openser fails to load, and

myFunction("somestring","$avp(s:someotherstring)"); - passes the actual AVP string to the script and not the evaluation of the AVP string

Kind regards
Jason