Hello,
On 19.04.18 16:36, Duarte Rocha wrote: > Greetings, > > Does the function "add_diversion() present in the "Diversion" module > allows me to introduce other parameters (privacy, counter, etc) or is > it only for the "diversion-reason"? probably you can set the value provided as function parameter to include additional sip parameters, besides the reason. > > If it doesn't let me do that, how can I add the Diversion with > insert_hf() and make sure the headers are added in the right order? If you use insert_hf() it will be added as first header, if you use append_hf() it will added as last header. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 14-16, 2018 - www.kamailioworld.com _______________________________________________ Kamailio (SER) - Users Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
