Hi Kiste,

> For the 302 handling I need an option to modify the contact header.  
> For
> example from [email protected] to [email protected]
>
> I can access the $ct variable in the reply route, but I see no  
> chance to
> modify it.
>
> Any hints?


You can do something like this:

         append_to_reply("Contact: <sip:[email protected]>\r\n");
         sl_send_reply("302","Temporary moved");
        exit;


Saludos
JesusR.

------------------------------------
Jesus Rodriguez
VozTelecom Sistemas, S.L.
[email protected]
http://www.voztele.com
Tel. 902360305
-------------------------------------





_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to