T.R. Missner wrote:
Hello,
I have a need to pass info contained in a X-header within a 300 message to
the failure-route or branch-route for inclusion in a new INVITE which
results from the redirect. Is there a mechanism available that would allow
me to do this? AVPs are not available in the reply route.
AFAIK, AVPs are not available in reply_route because of locking issues.
But a simple patch of t_reply.c of tm module will allow you to use AVPs
in reply_route.
Have a look at:
http://www.openser.org/pipermail/devel/2006-June/003050.html
I'm pretty sure that someone posted a patch file on this list but I
can't find it anymore. You'll also have to customize
/modules/avpops/avpops.c by basically changing all occurrences of
REQUEST_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE
to
REQUEST_ROUTE|FAILURE_ROUTE|BRANCH_ROUTE|ONREPLY_ROUTE
I'm using these patches on our production servers with no issues so far.
They also didn't decrease the 'calls per second' rate when testing with
sipp.
- Christian
Thanks,
T.R.
_______________________________________________
Users mailing list
Users(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users