Module: sems Branch: master Commit: 209c1259ae16b97ba5395bcb91875b9d13e86c8c URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=209c1259ae16b97ba5395bcb91875b9d13e86c8c
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Wed Oct 26 16:32:12 2011 +0200 b/f: offerless INV + 183 w/ SDP + 200 w/ SDP. --- core/AmSipDialog.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/core/AmSipDialog.cpp b/core/AmSipDialog.cpp index 3b05825..93c7130 100644 --- a/core/AmSipDialog.cpp +++ b/core/AmSipDialog.cpp @@ -777,7 +777,8 @@ void AmSipDialog::onRxReply(const AmSipReply& reply) !reply.body.empty() && (reply.content_type == SIP_APPLICATION_SDP)) { - if((oa_trans.state == OA_Completed) && + if(((oa_trans.state == OA_Completed) || + (oa_trans.state == OA_OfferRecved)) && (reply.cseq == oa_trans.cseq)) { DBG("ignoring subsequent SDP reply within the same transaction\n"); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
