[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:05:46 CDT 2011


branch "master" has been updated
       via  9208a6dafe7b602a2085c7443e7bbc6e2016763f (commit)
      from  418d7a93286e551ed4737fe3f15883788af05590 (commit)

Summary of changes:
 ...FormatGeneric.conf => MediaOperationsCore.conf} |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
 copy configs/{MediaFormatGeneric.conf => MediaOperationsCore.conf} (71%)


- Log -----------------------------------------------------------------
commit 9208a6dafe7b602a2085c7443e7bbc6e2016763f
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Fri Sep 16 15:05:43 2011 -0500

    Basic configuration for Media Operations (Core)

diff --git a/configs/MediaOperationsCore.conf b/configs/MediaOperationsCore.conf
new file mode 100644
index 0000000..1cda864
--- /dev/null
+++ b/configs/MediaOperationsCore.conf
@@ -0,0 +1,19 @@
+IceBox.InheritProperties=1
+# this value was empirically determined... it may need to be different on different systems
+Ice.ThreadPool.Client.Size=10
+IceBox.Service.MediaOperationsCore=MediaOperationsCore:create
+
+MediaOperationsCore.ServiceAdapter.Endpoints=tcp -p 4481
+MediaOperationsCore.BackplaneAdapter.Endpoints=tcp -p 4482
+MediaOperationsCore.Standalone=yes
+# this service name property is used when registering this component's 
+# services with the ServiceLocator. services are registered with
+# a Category, Service, and Instance.
+MediaOperationsCore.ServiceName=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