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
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
e.g., xlset_attr("$rpidheader", "sip:%$asserted_id@%@ruri.host;screen=yes") ? it is in ottendorf, not sure if in 0.9.6.
-jiri
At 20:17 28/03/2007, 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 -- Stefan Sayer Media Services Development
stefan.sayer@iptego.de www.iptego.de
iptego GmbH Am Borsigturm 40 13507 Berlin Germany
Amtsgericht Charlottenburg, HRB 101010 Geschaeftsfuehrer: Alexander Hoffmann _______________________________________________ Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
-- Jiri Kuthan http://iptel.org/~jiri/