Hello, I would like to know if it is possible to process positive replies. As far as I know, only negative responses can be dealt with, with failure_route. I don't want to modify the response, but I must be able to read it to extract a certain header value and insert it into a database. (In particular I am implementing a P-CSCF and I need the Service-Route header of the 200 response)
I hope you can help me. Thank you.
Hi José,
you can catch all provisional and positive final replied in reply_route. Before relaying (use TM functions) the request, do: t_on_reply("n"); # n - the number of reply_route
Best regards, Marian
José Luis Peñalver Paret wrote:
Hello, I would like to know if it is possible to process positive replies. As far as I know, only negative responses can be dealt with, with failure_route. I don't want to modify the response, but I must be able to read it to extract a certain header value and insert it into a database. (In particular I am implementing a P-CSCF and I need the Service-Route header of the 200 response)
I hope you can help me. Thank you.
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers