todo remindier added

further devel is needed for case where sems is working as uac and
downstream proxy forks (first) invite
sayer/1.4-spce2.6
bpintea 16 years ago
parent d074c0c0cd
commit 361ccd8f87

@ -920,6 +920,8 @@ void AmSession::onNoPrack(const AmSipRequest &req, const AmSipReply &rpl)
(unsigned)dlg.rseq == rpl.rseq && rpl.method == SIP_METH_INVITE) {
INFO("reliable %d reply timed out; rejecting request.\n", rpl.code);
dlg.reply(req, 504, "Server Time-out");
// TODO: handle forking case (when more PRACKs are sent, out of which some
// might time-out/fail).
if (dlg.getStatus() < AmSipDialog::Connected)
setStopped();
} else {

Loading…
Cancel
Save