Hello,
not sure if I got your question correct. If you are referring to the ACK that is send to a
200 OK on an INVITE transaction, this is a separate transaction. Therefore, you cannot
match it on the transaction manager level. The dialog module provides dialog tracking, for
example.
Cheers,
Henning
--
Henning Westerholt -
https://skalatan.de/blog/
Kamailio services -
https://gilawa.com<https://gilawa.com/>
From: sr-dev <sr-dev-bounces(a)lists.kamailio.org> On Behalf Of Patrick Karton
Sent: Friday, November 5, 2021 8:37 PM
To: sr-dev(a)lists.kamailio.org
Subject: [sr-dev] match e2e proxied ACK Request when INVITE Transaction is still in
memory
Hello ,
i want to know how can i match e2e ACK when the INVITE TRansaction is still in memory.
t_check_trans() normally return 1 if we receive e2e ACK but i always get 0 even when the
INVITE transaction is still in memory ( wt_timer param of tm module ).
Thanks.