hello,
in failure_route I am using remove_hf("Remote-Party-ID")
the invite sent out after failure_route block has two Remote-Party-ID headers, one with privacy=full and another with privacy=off.
thanks, Razvan Radu
Hi I all so have a similar problem! Is this behavior normal? Is it possible to have this type of manipulation of the message on the failure-route?
Thanks in advance, Jose Silva
From looking at lump creation and processing code, it seems to me that
this happens because both the lumps related to the route block and to the failure route block are applied, and because they are stored in the lump list according to the offsets in such a way that results in the 'del' lumps for remove_hf() calls being applied before the 'add' lumps for append_hf() calls.
Can anyone confirm this? Shouldn't the route block lumps be cleared in the faked_req when calling fake_req() in modules/tm/t_reply.c ? This way in the failure route only the lumps created there will be apllied...?
JF
On 8/16/06, Jose Silva joesilvas@gmail.com wrote: