----- Mensaje original ----- De: Iñaki Baz Castillo ibc@aliax.net Fecha: Jueves, Diciembre 11, 2008 4:52 pm Asunto: Re: [Kamailio-Users] Kamalio Support for RFC 3323 " Privacy"
Agree with all that you say. Only that the "P-Preferred-Identity:" is optional. If it is not present, the proxy should add a predefined P-Asserted-Identity: header field, if it is going to send the request to a trusted node.
But as you can see, this implies different possible cases. So it would be very nice if we can do all of this using some module or something like that, don't you think so?
El Jueves, 11 de Diciembre de 2008, ingdavidcespedes@cable.net.co escribió:
Well, PPI is just used by the client if it wants to tell him proxy who he is (and doesn't want to indicate it in the From since theorically the From shouldn't be changed by the proxy).
I already implement this exactly behaviour by examining the PPI header instead of From when PPI is present. Perhaps you mean a specific module/functions for this task? Could you describe these functions?
Regards.
ingdavidcespedes@cable.net.co writes:
i'm using ppi and pai headers and have never thought that i need some module for that. kamailio scripting language as it is today, has been enough for me.
-- juha
On Friday 12 December 2008, Juha Heinanen wrote:
Hi Juha,
i agree. We also just use a sub-route in the script, that tries to get the identity from the auth, prefered or from user (if not anonymous), and set a AVP that is used in the script for example to later to set the asserted identity.
Cheers,
Henning