[OpenSIPS-Users] xlog/trace first ACK in INVITE (with auth)
Liviu Chircu
liviu at opensips.org
Wed Sep 2 11:20:03 EST 2020
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20200902/48acdf71/attachment.html>
More information about the Users
mailing list