[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Sep 27 16:22:21 CDT 2010


branch "master" has been updated
       via  34f09b7c0accb1a508c31e3b6580e91d68a7429d (commit)
      from  8de263c0a89d9dba02b180e6f7023ef074f5ceaf (commit)

Summary of changes:
 src/PJSipSessionModule.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


- Log -----------------------------------------------------------------
commit 34f09b7c0accb1a508c31e3b6580e91d68a7429d
Author: Mark Michelson <mmichelson at digium.com>
Date:   Mon Sep 27 16:22:43 2010 -0500

    Set the mNeedsReplication boolean in updateSessionState()

diff --git a/src/PJSipSessionModule.cpp b/src/PJSipSessionModule.cpp
index 8b4b69b..3e44027 100644
--- a/src/PJSipSessionModule.cpp
+++ b/src/PJSipSessionModule.cpp
@@ -203,6 +203,7 @@ void PJSipSessionModInfo::updateSessionState(pjsip_inv_session *inv_session)
    mInviteState->mNotify = inv_session->notify == PJ_TRUE ? true : false;
    mInviteState->mLastAckCseq = inv_session->last_ack_cseq;
    mInviteState->mCurrentState = inviteStateTranslate(inv_session->state);
+   mNeedsReplication = true;
 }
 
 SipSessionPtr PJSipSessionModInfo::getSessionPtr()

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/sip.git



More information about the asterisk-scf-commits mailing list