On 02.09.2020 13:55, Giovanni Maruzzelli wrote:

    I cannot xlog/trace the ACK sent by a phone after it receives the
    407 from opensips


Using latest 3.0.x

Hi, Giovanni!

Since you seem to be talking about a hop-by-hop ACK (ACK to a [3456]xx SIP reply), I suspect this "if" condition is basically catching your ACK too early, before you are able to ship it to Homer:

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

    ...

Hope this helps,

--
Liviu Chircu
www.twitter.com/liviuchircu | www.opensips-solutions.com

OpenSIPS Summit 2020 Distributed
  www.opensips.org/events/Summit-2020Distributed

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

Reply via email to