[SR-Users] mt_match avp behavior

Juha Heinanen jh at tutpro.com
Fri Sep 5 15:07:44 CEST 2014


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




More information about the sr-users mailing list