[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 15:56:57 CDT 2011
branch "master" has been updated
via 050039f903df6471d209cbeb8f88885633001d04 (commit)
from 00630f84c635a6f2ddce976baea773fb29b8f536 (commit)
Summary of changes:
...r.conf => ServiceDiscoveryStateReplicator.conf} | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
copy configs/{BridgeStateReplicator.conf => ServiceDiscoveryStateReplicator.conf} (57%)
- Log -----------------------------------------------------------------
commit 050039f903df6471d209cbeb8f88885633001d04
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Sep 16 15:56:43 2011 -0500
Service Discover state replicator config.
diff --git a/configs/ServiceDiscoveryStateReplicator.conf b/configs/ServiceDiscoveryStateReplicator.conf
new file mode 100644
index 0000000..9f39062
--- /dev/null
+++ b/configs/ServiceDiscoveryStateReplicator.conf
@@ -0,0 +1,17 @@
+IceBox.InheritProperties=1
+# this value was empirically determined... it may need to be different on different systems
+Ice.ThreadPool.Client.Size=10
+IceBox.Service.ServiceLocatorStateReplicator=ServiceLocatorStateReplicator:create
+
+ServiceLocatorStateReplicator.Adapter.ThreadPool.Size=4
+
+ServiceLocatorStateReplicator.Adapter.Endpoints=tcp -p 4495:udp -p 4495
+
+# this service name property is used when registering this component's
+# services with the ServiceLocator. services are registered with
+# a Category, Service, and Instance.
+ServiceLocatorStateReplicator.ServiceName=default
+
+# For the logger
+LocatorService.Proxy=LocatorService:tcp -p 4411
+
-----------------------------------------------------------------------
--
asterisk-scf/examples.git
More information about the asterisk-scf-commits
mailing list