Hello,
is there any function which can combine several avp values, possibly with constant strings, in ser 0.9.6?
I am looking for something like avp_sprintf("$dst_avp", "P-App-Param: val1=$avp1; val2=avp2\r\n") but the only function I found was avp_write which can take either string or avp.
Thanks Stefan