Hi, I have a short question regarding a tm callback. I want to track a local generated ACK during a cfa.
scenario: A calls B with a cfa to C B response with a 486 Busy this will be confirmed with an ACK.
I saw, that TMCB_ACK_NEG_IN will only be called when a new transaction is created (t_lookup.c:t_newtran). Unfortunately in this case an ACK will be send directly when a reply will be received (t_reply.c:reply_received).
Any ideas?
thanks in advance, Sven