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

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Thu Oct 7 14:06:29 CDT 2010


branch "master" has been updated
       via  24cc6270ba5d8b55ee749005e7e35374dd70bd64 (commit)
      from  1f3908f7ba47965b3c4431c2b9961c85077eabf5 (commit)

Summary of changes:
 config/test_bridging.conf |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)
 create mode 100644 config/test_bridging.conf


- Log -----------------------------------------------------------------
commit 24cc6270ba5d8b55ee749005e7e35374dd70bd64
Author: Brent Eagles <beagles at digium.com>
Date:   Thu Oct 7 16:35:58 2010 -0230

    Add missing configuration file.

diff --git a/config/test_bridging.conf b/config/test_bridging.conf
new file mode 100644
index 0000000..615d50b
--- /dev/null
+++ b/config/test_bridging.conf
@@ -0,0 +1,36 @@
+HydraIceStorm.InstanceName=HydraIceStorm
+HydraIceStorm.TopicManager.Endpoints=default -p 55555
+HydraIceStorm.Publish.Endpoints=default -p 55556
+HydraIceStorm.Transient=1
+
+LoggerAdapter.Endpoints=default
+AsteriskSCF.LoggingService.Endpoints=default
+AsteriskSCF.LoggingClient.Endpoints=default
+AsteriskSCF.TestChannelService.Endpoints=default -p 55560
+
+LocatorService.Proxy=LocatorService:default -p 55558
+
+ServiceLocatorManagementAdapter.Endpoints=tcp -p 55557
+ServiceLocatorAdapter.Endpoints=tcp -p 55558
+
+ServiceLocatorManagementProxy=LocatorServiceManagement:tcp -p 55557
+
+TopicManager.Proxy=HydraIceStorm/TopicManager:default -p 55555
+
+IceBox.Service.Logger=logging-service:createLoggingService --Ice.Config=./test_bridging.conf
+IceBox.Service.TestBridge=bridgeservice:create --Ice.Config=./test_bridging.conf
+IceBox.Service.TestServiceLocator=service_locator:create --Ice.Config=./test_bridging.conf
+IceBox.Service.TestChannel=test_channel:create --Ice.Config=./test_bridging.conf
+IceBox.Service.TestDriver=bridging_unit_test:create --Ice.Config=./test_bridging.conf
+
+TestBridge.InstanceName=TestBridge
+TestBridge.BridgeService.Endpoints=default -p 55561
+TestBridge.Proxy=BridgeManager:default -p 55561
+TestChannel.Proxy=TestChannel:default -p 55560
+TestUtilAdapter.Endpoints=default -p 55562
+Commands.Proxy=TestChannel.Locator.Commands:default -p 55560
+
+IceBox.LoadOrder=TestServiceLocator Logger TestBridge TestChannel TestDriver
+
+IceBox.ServiceManager.Endpoints=default -p 56000
+IceBoxMgr.Proxy=IceBox/ServiceManager:default -p 56000

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


-- 
asterisk-scf/integration/bridging.git



More information about the asterisk-scf-commits mailing list