Hi All,

I am using Opensips 1.8.3 and I am trying to setup topology hiding.

The problem I have is with bye messages:
  15.068600 2.x.x.1 -> 2.x.x.2 SIP Request: BYE
sip:2.x.x.2;did=1e4.0a466664
  15.074164 2x.x.x.2 -> 2.x.x.1 SIP Status: 403 Preload Route
denied

I think is because of this line:
     if(loose_route()) {
xlog("L_ERR","Attempt to route with preloaded Route's [$fu/$tu/$ru/$ci]");

if (!is_method("ACK"))
    send_reply("403","Preload Route denied");
    exit;
}
     }


Can you please guide me here?

Thanks,

Wilmar
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to