[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
Thu May 3 16:54:40 CDT 2012


branch "master" has been updated
       via  510de61d70f0efaf65558ce434a3e656a1a14db8 (commit)
      from  4647cf5348e62132e9a3e41cca1fe832197351e3 (commit)

Summary of changes:
 configs/MediaTransportUDPTL.conf                |   23 +++++++++++++++++++
 configs/MediaTransportUDPTLStateReplicator.conf |   27 +++++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 configs/MediaTransportUDPTL.conf
 create mode 100644 configs/MediaTransportUDPTLStateReplicator.conf


- Log -----------------------------------------------------------------
commit 510de61d70f0efaf65558ce434a3e656a1a14db8
Author: Darren Sessions <dsessions at digium.com>
Date:   Thu May 3 16:54:36 2012 -0500

    New configs for the MediaTransportUDPTL component and it's replicator component. Yay\!

diff --git a/configs/MediaTransportUDPTL.conf b/configs/MediaTransportUDPTL.conf
new file mode 100644
index 0000000..ce25e83
--- /dev/null
+++ b/configs/MediaTransportUDPTL.conf
@@ -0,0 +1,23 @@
+#
+# MediaTransportUDPTL Configuration
+#
+IceBox.Service.MediaTransportUDPTL=MediaTransportUDPTL:create
+IceBox.InheritProperties=1
+
+Ice.Override.Timeout=5000
+
+# Adapter parameters for this component
+MediaTransportUDPTL.ServiceAdapter.Endpoints=default
+MediaTransportUDPTL.BackplaneAdapter.Endpoints=default
+
+MediaTransportUDPTL.Standalone=yes
+
+# A proxy to the service locator management service
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4412 
+
+# A proxy to the service locator service
+LocatorService.Proxy=LocatorService:tcp -p 4411
+
+# this is used to connect to the IceStorm instance that lives in the same IceBox
+# container as the ServiceDiscovery service
+TopicManager.Proxy=ServiceDiscovery/TopicManager:tcp -p 4421
diff --git a/configs/MediaTransportUDPTLStateReplicator.conf b/configs/MediaTransportUDPTLStateReplicator.conf
new file mode 100644
index 0000000..42106d3
--- /dev/null
+++ b/configs/MediaTransportUDPTLStateReplicator.conf
@@ -0,0 +1,27 @@
+IceBox.InheritProperties=1
+Ice.Default.CollocationOptimized=0
+# this value was empirically determined... it may need to be different on different systems
+Ice.ThreadPool.Client.Size=10
+IceBox.Service.UDPTLStateReplicator=UDPTLStateReplicator:create
+
+UDPTLStateReplicator.Adapter.ThreadPool.Size=4
+UDPTLStateReplicator.Adapter.Endpoints=tcp -p 4489
+
+# this service name property is used when registering this component's 
+# services with the ServiceLocator. services are registered with
+# a Category, Service, and Instance.
+UDPTLStateReplicator.ServiceName=default
+
+UDPTLStateReplicator.IceStorm.InstanceName=UDPTLStateReplicator
+UDPTLStateReplicator.IceStorm.TopicManager.Endpoints=default -p 10005
+UDPTLStateReplicator.IceStorm.Publish.Endpoints=default -p 10006
+UDPTLStateReplicator.IceStorm.Trace.TopicManager=2
+UDPTLStateReplicator.IceStorm.Transient=1
+UDPTLStateReplicator.IceStorm.Flush.Timeout=2000
+
+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=ServiceDiscovery/TopicManager:tcp -p 4421 

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


-- 
asterisk-scf/examples.git



More information about the asterisk-scf-commits mailing list