[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:31:53 CDT 2011
branch "master" has been updated
via ba1f5bd8b75be665f67a1dbf27151ff040f56374 (commit)
from 38f375457b8a584f714064c154c615b609dbd27e (commit)
Summary of changes:
configs/BridgeStateReplicator.conf | 16 ++++++++++++++++
configs/SipStateReplicator.conf | 2 +-
2 files changed, 17 insertions(+), 1 deletions(-)
create mode 100644 configs/BridgeStateReplicator.conf
- Log -----------------------------------------------------------------
commit ba1f5bd8b75be665f67a1dbf27151ff040f56374
Author: Ken Hunt <ken.hunt at digium.com>
Date: Fri Sep 16 15:31:40 2011 -0500
Bridge state replicator config.
diff --git a/configs/BridgeStateReplicator.conf b/configs/BridgeStateReplicator.conf
new file mode 100644
index 0000000..8049a85
--- /dev/null
+++ b/configs/BridgeStateReplicator.conf
@@ -0,0 +1,16 @@
+IceBox.InheritProperties=1
+# this value was empirically determined... it may need to be different on different systems
+Ice.ThreadPool.Client.Size=10
+IceBox.Service.BridgeReplicator=BridgeReplicator:create
+
+BridgeReplicator.Adapter.ThreadPool.Size=4
+
+BridgeReplicator.Adapter.Endpoints=tcp -p 4491
+
+# this service name property is used when registering this component's
+# services with the ServiceLocator. services are registered with
+# a Category, Service, and Instance.
+BridgeReplicator.ServiceName=default
+
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4412
+
diff --git a/configs/SipStateReplicator.conf b/configs/SipStateReplicator.conf
index ae3e32d..c627890 100644
--- a/configs/SipStateReplicator.conf
+++ b/configs/SipStateReplicator.conf
@@ -3,7 +3,7 @@ IceBox.InheritProperties=1
Ice.ThreadPool.Client.Size=10
IceBox.Service.SipStateReplicator=SipStateReplicator:create
-SipStateReplicator.ThreadPool.Size=4
+SipStateReplicator.Adapter.ThreadPool.Size=4
SipStateReplicator.Adapter.Endpoints=tcp -p 4490
-----------------------------------------------------------------------
--
asterisk-scf/examples.git
More information about the asterisk-scf-commits
mailing list