Have a look at the eval module. The doc has not been converted yet, so you have to look at the README file. g-)
Stefan Sayer wrote:
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