[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:02:21 CDT 2011


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

Summary of changes:
 .../{BridgeManager.conf => MediaServiceRTP.conf}   |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)
 copy configs/{BridgeManager.conf => MediaServiceRTP.conf} (70%)


- Log -----------------------------------------------------------------
commit 19b16dd974edb0dc4081ff6fd393fe94d2a833c7
Author: Kevin P. Fleming <kpfleming at digium.com>
Date:   Fri Sep 16 15:02:19 2011 -0500

    Basic configuration for PJMEDIA-based RTP Media Service

diff --git a/configs/MediaServiceRTP.conf b/configs/MediaServiceRTP.conf
new file mode 100644
index 0000000..3f49fa4
--- /dev/null
+++ b/configs/MediaServiceRTP.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.MediaServiceRTP=media_rtp_pjmedia:create
+
+MediaServiceRTP.ServiceAdapter.Endpoints=tcp -p 4471
+MediaServiceRTP.BackplaneAdapter.Endpoints=tcp -p 4472
+MediaServiceRTP.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.
+MediaServiceRTP.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