[SR-Users] Modifying replies in failure route

2010-07-29 Thread Alex Balashov
I know failure routes operate relative to the request that failed, rather than the final reply received per se. Nevertheless, is there any way provided by Kamailio/SR at this time to modify a final reply (say, append a header, or something else theoretically permissible) prior to its being

Re: [SR-Users] Modifying replies in failure route

2010-07-29 Thread Daniel-Constantin Mierla
Hello, On 7/29/10 4:41 PM, Alex Balashov wrote: I know failure routes operate relative to the request that failed, rather than the final reply received per se. Nevertheless, is there any way provided by Kamailio/SR at this time to modify a final reply (say, append a header, or something else

Re: [SR-Users] Modifying replies in failure route

2010-07-29 Thread Daniel-Constantin Mierla
On 7/29/10 8:52 PM, Alex Balashov wrote: On 07/29/2010 02:51 PM, Daniel-Constantin Mierla wrote: Hello, On 7/29/10 4:41 PM, Alex Balashov wrote: I know failure routes operate relative to the request that failed, rather than the final reply received per se. Nevertheless, is there any way

Re: [SR-Users] Modifying replies in failure route

2010-07-29 Thread Alex Balashov
On 07/29/2010 02:54 PM, Daniel-Constantin Mierla wrote: yes, failure_route operates on request and you can add headers to local generated replies with append_to_reply(). But again, if the reply is received from downstream you would probably need to use an onreply_route before to append headers