bf: send ACK only for INVITE

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

@ -264,7 +264,7 @@ void AmSipDialog::updateStatus(const AmSipReply& reply)
// TODO:
// - place this somewhere else.
// (probably in AmSession...)
if(reply.code < 300){
if((reply.code < 300) && (t.method == "INVITE")) {
send_200_ack(t);
}

Loading…
Cancel
Save