Hello,
is it possible to take 3xx-responses in a reply_route and turn them into a new INVITE on Ser using append_branch or simliar?
Regards, Martin
Yes, it is possible. Just setup a failure_route, check for 3xx with t_check_status and add a new branch using append_branch.
Jan.
On 22-02 16:59, Martin Koenig wrote:
Hello,
is it possible to take 3xx-responses in a reply_route and turn them into a new INVITE on Ser using append_branch or simliar?
Regards, Martin
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
On Tue, 1 Mar 2005, Jan Janak wrote:
Yes, it is possible. Just setup a failure_route, check for 3xx with t_check_status and add a new branch using append_branch.
Jan.
On 22-02 16:59, Martin Koenig wrote:
Hello,
is it possible to take 3xx-responses in a reply_route and turn them into a new INVITE on Ser using append_branch or simliar?
Regards, Martin
Jan,
Could you give an example, I can't get it to work.
Best regards,
Thomas Björklund
On 01-03 18:13, Thomas Bj?rklund wrote:
On Tue, 1 Mar 2005, Jan Janak wrote:
Yes, it is possible. Just setup a failure_route, check for 3xx with t_check_status and add a new branch using append_branch.
Jan.
On 22-02 16:59, Martin Koenig wrote:
Hello,
is it possible to take 3xx-responses in a reply_route and turn them into a new INVITE on Ser using append_branch or simliar?
Regards, Martin
Jan,
Could you give an example, I can't get it to work.
I realized that you asking how to process the contacts from 3xx to create new branches. I have no configuratio file for this, I had this working some time ago with Juha's patch.
Jan.