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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Wed Jun 1 09:55:32 CDT 2011


branch "master" has been updated
       via  edef933ea00de1a54440827f7731e7732d06efeb (commit)
      from  f8f80a33da9ca89ee1c2d6f7e01a53eeddb723d5 (commit)

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


- Log -----------------------------------------------------------------
commit edef933ea00de1a54440827f7731e7732d06efeb
Author: Joshua Colp <jcolp at digium.com>
Date:   Wed Jun 1 11:46:06 2011 -0300

    Fix a copy/paste error.

diff --git a/src/SipSessionManagerApp.cpp b/src/SipSessionManagerApp.cpp
index 861c3c2..7e4bb4e 100644
--- a/src/SipSessionManagerApp.cpp
+++ b/src/SipSessionManagerApp.cpp
@@ -402,7 +402,7 @@ void SipSessionManager::registerWithStateReplicator()
         return;
     }
 
-    if (mCommunicator->getProperties()->getPropertyWithDefault("Rtp.Standalone", "false") == "false")
+    if (mCommunicator->getProperties()->getPropertyWithDefault("Sip.Standalone", "false") == "false")
     {
 	ConfigurationReplicatorPrx configurationReplicator = ConfigurationReplicatorPrx::checkedCast(
 	    mStateReplicator.initialize(), ReplicatorFacet);

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


-- 
asterisk-scf/release/sip.git



More information about the asterisk-scf-commits mailing list