[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
Fri Sep 16 14:38:16 CDT 2011


branch "master" has been updated
       via  599eb16bced55975a4a07d17710cc47a8831d711 (commit)
      from  319251699e0f9f0333d558d957f1549e6c912031 (commit)

Summary of changes:
 configs/RoutingService.conf |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 configs/RoutingService.conf


- Log -----------------------------------------------------------------
commit 599eb16bced55975a4a07d17710cc47a8831d711
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Fri Sep 16 14:38:07 2011 -0500

    Basic configuration for Routing Service

diff --git a/configs/RoutingService.conf b/configs/RoutingService.conf
new file mode 100644
index 0000000..a617afc
--- /dev/null
+++ b/configs/RoutingService.conf
@@ -0,0 +1,22 @@
+IceBox.InheritProperties=1
+# this value was empirically determined... it may need to be different on different systems
+Ice.ThreadPool.Client.Size=10
+IceBox.Service.RoutingService=BasicRoutingService:create
+
+RoutingService.ServiceAdapter.Endpoints=tcp -p 4451
+RoutingService.BackplaneAdapter.Endpoints=tcp -p 4452
+RoutingService.Standalone=yes
+# the RoutingService will use the ServiceLocator to locate the BridgeManager;
+# to do so it needs to specify the category (which is always “BridgeManager”, it is not
+# configurable), and the service name. the service name is configurable in the
+# configuration file of the BridgeManager itself, and in the example config it is set to
+# “default”, so the configuration item below tells the RoutingService to look up
+# (category: BridgeManager, service: default)
+RoutingService.BridgeServiceName=default
+
+LocatorService.Proxy=LocatorService:tcp -p 4411
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4412
+
+# this is used to connect to the IceStorm instance that lives in the same IceBox
+# container as the ServiceDiscovery service
+TopicManager.Proxy=ServiceDiscoveryIceStorm/TopicManager:tcp -p 4421

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


-- 
asterisk-scf/examples.git



More information about the asterisk-scf-commits mailing list