[OpenSIPS-Users] Question about dispatcher config in failure_route

Juan Backson juanbackson at gmail.com
Thu Dec 25 12:40:50 CET 2008


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



More information about the Users mailing list