[OpenSER-Users] Opnser rejecting BYE packet

Iñaki Baz Castillo ibc at in.ilimit.es
Tue Sep 4 11:25:00 CEST 2007


El Tuesday 04 September 2007 10:49:54 Dan escribió:
> # -----------------------------------------------------------------
>         # Loose Route Section
>         # -----------------------------------------------------------------
>         if (loose_route()) {
>
>                 if (has_totag() && (method=="INVITE" || method=="ACK")) {
>                         if (nat_uac_test("19")) {
>                                 setflag(6);
>                                 force_rport();
>                                 fix_nated_contact();
>                         };
>                     force_rtp_proxy("l");
>                 };
>                 route(1);
>                 exit;
>         };

Try adding here this log:

           xlog("L_INFO", "$rm not in loose_route \n");

And test if it appears in the BYE you receive.

>         if (!uri==myself) {
>                 route(5);
>                 route(1);
>                 exit;
>         };



-- 
Iñaki Baz Castillo
ibc at in.ilimit.es


More information about the sr-users mailing list