Am 01.07.2010 10:41, schrieb jerome.marchet(a)orange-ftgroup.com:
Hi all,
I have a question about the topoh module.
I want to know why do you prefer to encode and decode SIP routing fields
instead of remove and add its. Is it a possible improvement for future
versions of kamailio?
Probably because by encoding/decoding the proxy can still be stateless.
If the proxy removes the headers, it has to add them later again, so it
has to store the date locally.
By just encoding them, the whole data is still stored in the message.
regards
Klaus