500 is correct answer if invite uas trans pending

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1847 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent 5b78cc6299
commit f3976314b2

@ -84,7 +84,7 @@ void AmSipDialog::updateStatus(const AmSipRequest& req)
}
if ((req.method == "INVITE") && pending_invites) {
reply_error(req,491,"Request Pending",
reply_error(req,500,"Server Internal Error",
"Retry-After: " + int2str(get_random() % 10) + CRLF);
}
else {

Loading…
Cancel
Save