- send_200_ack now clears the transaction entry from uas_trans.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1828 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 16 years ago
parent dea103ae68
commit 2ed490e7ca

@ -701,5 +701,7 @@ int AmSipDialog::send_200_ack(const AmSipTransaction& t,
if (SipCtrlInterface::send(req))
return -1;
uas_trans.remove(t.cseq);
return 0;
}

Loading…
Cancel
Save