Hi, an INVITE arrives to SR and the config script just executes:
sl_reply("404", "Bye Bye"); exit;
So no server transaction has been created. But when the ACK arrives it's correctly absorbed by SR transport layer (as it doesn't arrive to the script logic).
My question is: how does SR match such ACK? was some timer started to match and absorv the ACK?
Thanks a lot.