Daniel-Constantin Mierla writes:
IIRC, there can be other types of variables used to store the result, thus I am not sure that is easily possible for all cases.
doesn't this values_param check mean that the param must be avp?
if (pv_parse_spec(&values_param, &pv_values) <0 || pv_values.type != PVT_AVP) { LM_ERR("cannot parse values avp\n"); return -1; }
-- juha