According to
"http://www.asipto.com/pub/kamailio-devel-guide/#c02message_processing";
all replies comes to on_reply and if it is negative reply it will be
processed in failure_route after onreply_route.
But that is not the point i tried failure_route too.
append_hf works great for forwarded re
Well 5xx error codes are processed in failure_route and not onreply_route.
Not sure though if you can append_hf there.. Give it a try.
FYI, for using a function in event_route (seems not possible for append_hf):
event_route[tm:local-request] {
...
append_hf(...);
...
}
Reda
On 26 avr. 20
I have tried to use "append_hf" in onreply_route.
How can i use it in local-request ? According to documentation it can be
used from REQUEST_ROUTE, ONREPLY_ROUTE, FAILURE_ROUTE, BRANCH_ROUTE.
Sorry forgot to mention that kamailio version is 3.0.2, but i have
looked at t_repy.c (tm module from
Hi,
In which route did you try append_hf ?
"event_route[tm:local-request]" is the route executed for locally generated
requests, I think you should be trying to modify it there.
Reda
On Thu, Apr 26, 2012 at 16:10, Vitaliy Aleksandrov
wrote:
> Hi all,
>
> I have Kamailio connected to PSTN gate
Hi all,
I have Kamailio connected to PSTN gateway.
Sometimes gateway replies with "503 temporary unavailable". PSTN gateway
adds a "reason" header with ISUP code.
But according to RFC 3261 kamailio doesn't forward 503 replies
transparently. When 503 reply is received Kamailio replaces 503 with