- fixes a possible issue with dead sessions if a BYE request is replied with an error.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1030 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 18 years ago
parent f9d7034e35
commit 17dbcae046

@ -161,8 +161,8 @@ int AmSipDialog::updateStatusReply(const AmSipRequest& req, unsigned int code)
case Disconnecting:
if(t.method == "BYE"){
if((code < 300) && (code >= 200))
status = Disconnected;
if(code >= 200)
status = Disconnected;
}
break;
}

Loading…
Cancel
Save