[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:45:42 CDT 2011


branch "master" has been updated
       via  768330fe2a8116509d21f89d4a405f6a020fe5a9 (commit)
      from  ba1f5bd8b75be665f67a1dbf27151ff040f56374 (commit)

Summary of changes:
 configs/MediaServiceRTPStateReplicator.conf        |   27 ++++++++++++++++++++
 ...Replicator.conf => RoutingStateReplicator.conf} |    8 +++---
 2 files changed, 31 insertions(+), 4 deletions(-)
 create mode 100644 configs/MediaServiceRTPStateReplicator.conf
 copy configs/{BridgeStateReplicator.conf => RoutingStateReplicator.conf} (65%)


- Log -----------------------------------------------------------------
commit 768330fe2a8116509d21f89d4a405f6a020fe5a9
Author: Ken Hunt <ken.hunt at digium.com>
Date:   Fri Sep 16 15:45:16 2011 -0500

    RTP and Routing state replicator configs.

diff --git a/configs/MediaServiceRTPStateReplicator.conf b/configs/MediaServiceRTPStateReplicator.conf
new file mode 100644
index 0000000..f73fc31
--- /dev/null
+++ b/configs/MediaServiceRTPStateReplicator.conf
@@ -0,0 +1,27 @@
+IceBox.InheritProperties=1
+# this value was empirically determined... it may need to be different on different systems
+Ice.ThreadPool.Client.Size=10
+IceBox.Service.RtpStateReplicator=RtpStateReplicator:create
+
+RtpStateReplicator.Adapter.ThreadPool.Size=4
+
+RtpStateReplicator.Adapter.Endpoints=tcp -p 4493
+
+# Replicators have their own collocated IceStorm for replicating configuration
+# data. 
+RtpStateReplicator.IceStorm.InstanceName=RtpStateReplicator
+RtpStateReplicator.IceStorm.TopicManager.Endpoints=default -p 10007
+RtpStateReplicator.IceStorm.Publish.Endpoints=default -p 10008
+RtpStateReplicator.IceStorm.Trace.TopicManager=2
+RtpStateReplicator.IceStorm.Transient=1
+RtpStateReplicator.IceStorm.Flush.Timeout=2000
+RtpStateReplicator.TopicManager.Proxy=RtpStateReplicator/TopicManager:default -p 10007
+
+# this service name property is used when registering this component's 
+# services with the ServiceLocator. services are registered with
+# a Category, Service, and Instance.
+RtpStateReplicator.ServiceName=default
+
+LocatorService.Proxy=LocatorService:tcp -p 4411
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4412
+
diff --git a/configs/RoutingStateReplicator.conf b/configs/RoutingStateReplicator.conf
new file mode 100644
index 0000000..b5c04a3
--- /dev/null
+++ b/configs/RoutingStateReplicator.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.RoutingStateReplicator=RoutingStateReplicator:create
+
+RoutingStateReplicator.Adapter.ThreadPool.Size=4
+
+RoutingStateReplicator.Adapter.Endpoints=tcp -p 4492
+
+# this service name property is used when registering this component's 
+# services with the ServiceLocator. services are registered with
+# a Category, Service, and Instance.
+RoutingStateReplicator.ServiceName=default
+
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4412
+

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


-- 
asterisk-scf/examples.git



More information about the asterisk-scf-commits mailing list