I am really enjoying the ser-2.1.0+cvs20070301 release! I am trying to
figure out how to compare integers like you used to do with avp_check. I
want to determine if a particular value is less than a value I am able to
retrieve from a database. I did it like this before:
if (!avp_check("$avp(i:89)", "lt/$avp(i:61)"))
but I can't seem to do avp stuff like I used to. I also looked at the eval
module but can't get it to compile.
Thanks!