Transmit the internally generated 408 answer, prevent the stack from immediately cleaning up the transaction.

git-svn-id: http://voip.null.ro/svn/yate@2790 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2009-08-14 11:34:04 +00:00
parent e2c68cb573
commit 1ae2b5f153
1 changed files with 1 additions and 0 deletions

View File

@ -646,6 +646,7 @@ SIPEvent* SIPTransaction::getServerEvent(int state, int timeout)
if (timeout)
break;
setResponse(408);
e = new SIPEvent(m_lastMessage,this);
break;
case Retrans:
if (isInvite() && (timeout == 0)) {