[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:04:23 CDT 2011


branch "master" has been updated
       via  418d7a93286e551ed4737fe3f15883788af05590 (commit)
      from  19b16dd974edb0dc4081ff6fd393fe94d2a833c7 (commit)

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


- Log -----------------------------------------------------------------
commit 418d7a93286e551ed4737fe3f15883788af05590
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Fri Sep 16 15:04:21 2011 -0500

    Basic configuration for Media Format Generic

diff --git a/configs/MediaFormatGeneric.conf b/configs/MediaFormatGeneric.conf
new file mode 100644
index 0000000..eb8c069
--- /dev/null
+++ b/configs/MediaFormatGeneric.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.MediaFormatGeneric=mediaformatgeneric:create
+
+MediaFormatGeneric.ServiceAdapter.Endpoints=tcp -p 4481
+MediaFormatGeneric.BackplaneAdapter.Endpoints=tcp -p 4482
+MediaFormatGeneric.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.
+MediaFormatGeneric.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