b/f: ACK for non-existing dialog logged as DEBUG

for e.g. ACK to negative replies in B2BUA, the dialog may already be
forgotten when the ACK comes in, thus this is a normally occuring event.

reported by Juha Heinanen
sayer/1.4-spce2.6
Stefan Sayer 16 years ago
parent c88fa67cb2
commit c3fd8afbac

@ -76,9 +76,9 @@ void AmSipDispatcher::handleSipMsg(AmSipRequest &req)
"Call leg/Transaction does not exist");
}
else {
ERROR("received ACK for non-existing dialog "
"(callid=%s;remote_tag=%s;local_tag=%s)\n",
callid.c_str(),remote_tag.c_str(),local_tag.c_str());
DBG("received ACK for non-existing dialog "
"(callid=%s;remote_tag=%s;local_tag=%s)\n",
callid.c_str(),remote_tag.c_str(),local_tag.c_str());
}
}

Loading…
Cancel
Save