2009/11/16 Daniel-Constantin Mierla miconda@gmail.com:
try this one:
$var(x) = "^sip:" + $avp(code) + "[0-9]+@";
Already tried that: $var(x) = "^sip:" + $avp(s:code) + "[0-9]+@";
but in runtime I see in the log:
ERROR:core:eval_elem: invalid string operands ERROR:core:do_assign: no value in right expression ERROR:core:do_assign: error at line: 996
Cheers, Daniel
Thanks. Regards.