[OpenSIPS-Users] Question about dispatcher config in failure_route

Bogdan-Andrei Iancu bogdan at voice-system.ro
Fri Dec 26 16:49:36 CET 2008


Hi Juan,

Remove the revert_uri() and append_branch() from your script.

Regards,
Bogdan

Juan Backson wrote:
> Hi,
>
> In my setup, I have opensips (192.168.1.101:5060) and b2bua (
> 192.168.1.101:5800), when the failure_route is executed, opensips
> (192.168.1.101:5060) would send an invite to itself
> (192.168.1.101:5060) instead of (192.168.1.101:5800).  In the
> dispatcher table, I only have have ip:port specified for the group_id
> and this ip:port is 192.168.1.101:5800. Could someone tell me what is
> wrong with the following script?
>
>
> failure_route[1] {
>
>      if (t_check_status("486")) {
>                    revert_uri();
>                    prefix("b");
>                   ds_next_domain();
>                   append_branch();
>                   route(1);
>                   exit;
>         };
> };
>
> Thanks in advance for all your help.
>
> JB
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>   





More information about the Users mailing list