Good idea. Tested and it works. Thank you!
Regards,
Igor.
-----Message d'origine-----
De : sr-users [mailto:sr-users-bounces@lists.sip-router.org] De la part de Juha Heinanen
Envoyé : lundi 4 juillet 2016 20:38
À : Kamailio (SER) - Users Mailing List <sr-users(a)lists.sip-router.org>
Objet : Re: [SR-Users] Increase diversion counter
Igor Potjevlesch writes:
I was thinking to increase it and put the value in the
parameter of the module like:
modparam("diversion", "suffix", ";privacy=off;$dic")
But it doesn't work like this.
So, I guess I can put this value in a variable, increase the variable
and use textop to modify the header.
Is there something smarter to do?
You just re-create the header with increased counter value. Something like this (not
tested):
$var(counter) = (str)((int)$dic + 1);
append_hf("Diversion: <$di>;reason=$dir;counter=$var(counter)\r\n");
-- Juha
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users