Hi everyone

I've upgraded an OpenSIPS box to 3.1 and am now seeing an issue with ACK's
trying to route to an incorrect IP - in this case our own advertised IP.

I think I'm right in saying that PRACK's & ACK's are treated equally and
should route in the same manner? However, PRACK's are routing correctly.

I have this:

if (has_totag()) {
                ---

                # handle hop-by-hop ACK (no routing required)
                #if ( is_method("ACK") && t_check_trans() ) {
                if (is_method("ACK")) {
                        t_relay();
                        exit;
                }
---

Thanks for any ideas!
Mark.
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to