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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Fri Oct 15 11:12:14 CDT 2010


branch "master" has been updated
       via  749f74b5a4faf5bccab919d85600729a8b233975 (commit)
      from  8e75cc2bc788e16acd3b6cb219284da261d111ab (commit)

Summary of changes:
 config/basicrouting.config         |    2 +-
 config/routingtest-integ.config.in |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)


- Log -----------------------------------------------------------------
commit 749f74b5a4faf5bccab919d85600729a8b233975
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Oct 15 11:13:37 2010 -0500

    Replaced old project working name in .config files.

diff --git a/config/basicrouting.config b/config/basicrouting.config
index a2eb94d..476c2ea 100644
--- a/config/basicrouting.config
+++ b/config/basicrouting.config
@@ -18,7 +18,7 @@ LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4422
 LocatorService.Proxy=LocatorService:tcp -p 4411
 
 # Endpoints for Icestorm events
-TopicManager.Proxy=HydraIceStorm/TopicManager:default -p 10000
+TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000
 
 # Category for the bridge service
 BridgeManager.ServiceLocatorId=BridgeService
diff --git a/config/routingtest-integ.config.in b/config/routingtest-integ.config.in
index b396f81..8365b39 100644
--- a/config/routingtest-integ.config.in
+++ b/config/routingtest-integ.config.in
@@ -18,7 +18,7 @@ LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4422
 LocatorService.Proxy=LocatorService:tcp -p 4411
 
 # Test endpoints for IceStorm
-TopicManager.Proxy=HydraIceStorm/TopicManager:default -p 10000
+TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000
 
 # Category for the bridge service
 BridgeManager.ServiceLocatorId=BridgeService
@@ -56,12 +56,12 @@ TestRoutingAdapterOut.ThreadPool.SizeWarn=9
 ##########################################
 # Service Locator properties
 
-HydraIceStorm.InstanceName=HydraIceStorm
+AsteriskSCFIceStorm.InstanceName=AsteriskSCFIceStorm
 #
 # This property defines the endpoints on which the IceStorm
 # TopicManager listens.
 #
-HydraIceStorm.TopicManager.Endpoints=default -p 10000
+AsteriskSCFIceStorm.TopicManager.Endpoints=default -p 10000
 
 #
 # This property defines the endpoints on which the topic
@@ -69,7 +69,7 @@ HydraIceStorm.TopicManager.Endpoints=default -p 10000
 # IceStorm instances this must run on a fixed port (or use
 # IceGrid).
 #
-HydraIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
+AsteriskSCFIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
 
 #
 # TopicManager Tracing
@@ -78,11 +78,11 @@ HydraIceStorm.Publish.Endpoints=tcp -p 10001:udp -p 10001
 # 1 = trace topic creation, subscription, unsubscription
 # 2 = like 1, but with more detailed subscription information
 #
-HydraIceStorm.Trace.TopicManager=2
-HydraIceStorm.Transient=1
+AsteriskSCFIceStorm.Trace.TopicManager=2
+AsteriskSCFIceStorm.Transient=1
 
 #
-HydraIceStorm.Flush.Timeout=2000
+AsteriskSCFIceStorm.Flush.Timeout=2000
 # This is a configuration file used in conjunction with the service locator test driver
 
 # Test endpoints for the service locator management adapter

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


-- 
asterisk-scf/integration/routing.git



More information about the asterisk-scf-commits mailing list