From fbe3e7bacc82e4f171f07cc74f7e90cc48035f3b Mon Sep 17 00:00:00 2001 From: Raphael Coeffic Date: Sat, 21 May 2011 14:39:26 +0200 Subject: [PATCH] b/f: translate cseq in replies to the INV request sent by connectCallee(). --- core/AmB2BSession.cpp | 15 ++++++++++++--- core/AmB2BSession.h | 1 + 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/core/AmB2BSession.cpp b/core/AmB2BSession.cpp index 0cd9eba1..6a78e67f 100644 --- a/core/AmB2BSession.cpp +++ b/core/AmB2BSession.cpp @@ -44,7 +44,7 @@ AmB2BSession::AmB2BSession() rtp_relay_enabled(false), rtp_relay_force_symmetric_rtp(false), relay_rtp_streams(NULL), relay_rtp_streams_cnt(0), - est_invite_cseq(0) + est_invite_cseq(0),est_invite_other_cseq(0) { for (unsigned int i=0; ir_cseq; return; } diff --git a/core/AmB2BSession.h b/core/AmB2BSession.h index 57f5037c..00265fa1 100644 --- a/core/AmB2BSession.h +++ b/core/AmB2BSession.h @@ -144,6 +144,7 @@ class AmB2BSession: public AmSession /** CSeq of the INVITE that established this call */ unsigned int est_invite_cseq; + unsigned int est_invite_other_cseq; auto_ptr invite_sdp; /** content-type of established session */