[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 15:56:37 CDT 2010


branch "master" has been updated
       via  4c3ee8cc8a5df18878d8d54df684aaa386231540 (commit)
      from  607afb93545b40c0a601616ed6e03e37c14853cb (commit)

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


- Log -----------------------------------------------------------------
commit 4c3ee8cc8a5df18878d8d54df684aaa386231540
Author: Joshua Colp <jcolp at digium.com>
Date:   Mon Sep 27 17:56:50 2010 -0300

    Update to the latest state replicator template. It now pushes the state out automatically.

diff --git a/src/SipChannelServiceApp.cpp b/src/SipChannelServiceApp.cpp
index 771d2bf..c7c9446 100644
--- a/src/SipChannelServiceApp.cpp
+++ b/src/SipChannelServiceApp.cpp
@@ -388,8 +388,6 @@ void SipChannelServiceApp::locateStateReplicator()
    if (communicator()->getProperties()->getPropertyWithDefault("Sip.StateReplicatorListener", "no") == "yes")
    {
       mDataModelInstance.mStateReplicator->addListener(mReplicatorListenerProxy);
-      SipStateItemSeq state = mDataModelInstance.mStateReplicator->getAllState();
-      mReplicatorListener->stateSet(state);
    }
    }
    catch (...)

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


-- 
asterisk-scf/integration/sip.git



More information about the asterisk-scf-commits mailing list