also pass trans_ticket to UA for ACKs (aborted otherwise)

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1785 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 17 years ago
parent c6d9ae3bbf
commit 446ff886ba

@ -1024,7 +1024,8 @@ void trans_layer::received_msg(sip_msg* msg)
// the UA.
assert(ua);
DBG("Passing ACK to the UA.\n");
ua->handle_sip_request(NULL,msg);
trans_ticket tt(t,bucket);
ua->handle_sip_request(&tt,msg);
DROP_MSG;
}

Loading…
Cancel
Save