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 to it.
Yep, got it. In this case I wanted to re-originate a reply and so this does exactly what I want, though.