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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Jun 5 13:44:48 CDT 2012


branch "master" has been updated
       via  2577f640cc0f5c645d1f989b9923300989e6369d (commit)
       via  2c6b9d49ba3e65768e32d7c736ae23b1c0c52403 (commit)
      from  8e113eef0fc64b08e71420983b42630f2abb45e3 (commit)

Summary of changes:
 ExampleSipAuthHook.py         |    4 ++--
 configs/ServiceDiscovery.conf |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit 2577f640cc0f5c645d1f989b9923300989e6369d
Author: David M. Lee <dlee at digium.com>
Date:   Tue Jun 5 13:41:23 2012 -0500

    Removed replication from ServiceDiscovery.conf
    
    This was turned on at some point, but the service isn't started from the
    sample script. Simpler to just leave it off.

diff --git a/configs/ServiceDiscovery.conf b/configs/ServiceDiscovery.conf
index dc8fc46..b130f86 100644
--- a/configs/ServiceDiscovery.conf
+++ b/configs/ServiceDiscovery.conf
@@ -7,7 +7,7 @@ ServiceDiscovery.BackplaneAdapter.Endpoints=tcp -p 4410
 ServiceDiscovery.Management.ServiceAdapter.Endpoints=tcp -p 4412
 ServiceDiscovery.Locator.ServiceAdapter.Endpoints=tcp -p 4411
 ServiceDiscovery.IceStorm.InstanceName=ServiceDiscovery
-ServiceDiscovery.StateReplicator.Proxy=ServiceLocatorStateReplicatorService:tcp -h 127.0.0.1  -p 4419
+ServiceDiscovery.Standalone=true
 
 # This is necessary for the logger client library, since it needs to locate
 # the logger service using the service locator.

commit 2c6b9d49ba3e65768e32d7c736ae23b1c0c52403
Author: David M. Lee <dlee at digium.com>
Date:   Fri Apr 13 10:35:42 2012 -0500

    Sip -> SIP

diff --git a/ExampleSipAuthHook.py b/ExampleSipAuthHook.py
index bba8878..2584ce9 100755
--- a/ExampleSipAuthHook.py
+++ b/ExampleSipAuthHook.py
@@ -3,7 +3,7 @@
 #
 # Asterisk SCF -- An open-source communications framework.
 #
-# Copyright (C) 2011, Digium, Inc.
+# Copyright (C) 2011-2012, Digium, Inc.
 #
 # See http://www.asterisk.org for more information about
 # the Asterisk SCF project. Please do not directly contact
@@ -93,7 +93,7 @@ class ExampleAuthHookApp(Ice.Application):
             return -1
 
         serviceLocatorParams = ServiceLocatorParams()
-        serviceLocatorParams.category = "SipAuthExtensionPoint"
+        serviceLocatorParams.category = "SIPAuthExtensionPoint"
 
         try:
             service = serviceLocator.locate(serviceLocatorParams)

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


-- 
asterisk-scf/examples.git



More information about the asterisk-scf-commits mailing list