[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 Dec 22 10:57:20 CST 2011
branch "master" has been updated
via ac2e185320ee115c8c4f94b907a47a499ffa6268 (commit)
from 76a0f175f5e75de7aa39bc25e2891ba03df620b3 (commit)
Summary of changes:
configs/BridgeStateReplicator.conf | 1 +
configs/Logger.conf | 1 +
configs/MediaFormatGeneric.conf | 1 +
configs/MediaOperationCoreStateReplicator.conf | 1 +
configs/MediaOperationsCore.conf | 1 +
configs/MediaServiceRTP.conf | 1 +
configs/MediaServiceRTPStateReplicator.conf | 1 +
configs/RoutingService.conf | 1 +
configs/RoutingStateReplicator.conf | 1 +
configs/ServiceDiscovery.conf | 1 +
configs/ServiceDiscoveryStateReplicator.conf | 1 +
configs/SipService.conf | 1 +
configs/SipStateReplicator.conf | 1 +
13 files changed, 13 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit ac2e185320ee115c8c4f94b907a47a499ffa6268
Author: Joshua Colp <jcolp at digium.com>
Date: Thu Dec 22 13:01:17 2011 -0400
Update example configuration files to disable collocation optimization. It is incompatible due to our usage of AMI.
diff --git a/configs/BridgeStateReplicator.conf b/configs/BridgeStateReplicator.conf
index 9bf283a..02a73aa 100644
--- a/configs/BridgeStateReplicator.conf
+++ b/configs/BridgeStateReplicator.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.BridgeReplicator=BridgeReplicator:create
diff --git a/configs/Logger.conf b/configs/Logger.conf
index 76459b6..2d25a25 100644
--- a/configs/Logger.conf
+++ b/configs/Logger.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
IceBox.Service.Logger=logging-service:createLoggingService
Logger.ServiceAdapter.Endpoints=tcp -p 4431
diff --git a/configs/MediaFormatGeneric.conf b/configs/MediaFormatGeneric.conf
index c9e41d5..220c004 100644
--- a/configs/MediaFormatGeneric.conf
+++ b/configs/MediaFormatGeneric.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.MediaFormatGeneric=mediaformatgeneric:create
diff --git a/configs/MediaOperationCoreStateReplicator.conf b/configs/MediaOperationCoreStateReplicator.conf
index af3f963..de8ec45 100644
--- a/configs/MediaOperationCoreStateReplicator.conf
+++ b/configs/MediaOperationCoreStateReplicator.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.MediaOperationsCoreReplicator=MediaOperationStateReplicator:create
diff --git a/configs/MediaOperationsCore.conf b/configs/MediaOperationsCore.conf
index 957da17..c5ffa64 100644
--- a/configs/MediaOperationsCore.conf
+++ b/configs/MediaOperationsCore.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.MediaOperationsCore=MediaOperationsCore:create
diff --git a/configs/MediaServiceRTP.conf b/configs/MediaServiceRTP.conf
index 18124b1..df95a11 100644
--- a/configs/MediaServiceRTP.conf
+++ b/configs/MediaServiceRTP.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# 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
diff --git a/configs/MediaServiceRTPStateReplicator.conf b/configs/MediaServiceRTPStateReplicator.conf
index 12da59e..626f0a8 100644
--- a/configs/MediaServiceRTPStateReplicator.conf
+++ b/configs/MediaServiceRTPStateReplicator.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.RtpStateReplicator=RtpStateReplicator:create
diff --git a/configs/RoutingService.conf b/configs/RoutingService.conf
index 41e6854..151f788 100644
--- a/configs/RoutingService.conf
+++ b/configs/RoutingService.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.RoutingService=BasicRoutingService:create
diff --git a/configs/RoutingStateReplicator.conf b/configs/RoutingStateReplicator.conf
index 717ed84..8a09a9b 100644
--- a/configs/RoutingStateReplicator.conf
+++ b/configs/RoutingStateReplicator.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.RoutingStateReplicator=RoutingStateReplicator:create
diff --git a/configs/ServiceDiscovery.conf b/configs/ServiceDiscovery.conf
index e06bef2..b892382 100644
--- a/configs/ServiceDiscovery.conf
+++ b/configs/ServiceDiscovery.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
IceBox.Service.ServiceDiscovery=service_locator:create
ServiceDiscovery.BackplaneAdapter.Endpoints=tcp -p 4410
diff --git a/configs/ServiceDiscoveryStateReplicator.conf b/configs/ServiceDiscoveryStateReplicator.conf
index 95c037f..d4e86d9 100644
--- a/configs/ServiceDiscoveryStateReplicator.conf
+++ b/configs/ServiceDiscoveryStateReplicator.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.ServiceLocatorStateReplicator=ServiceLocatorStateReplicator:create
diff --git a/configs/SipService.conf b/configs/SipService.conf
index 8eb6a1a..d58a678 100644
--- a/configs/SipService.conf
+++ b/configs/SipService.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.SipService=SipSessionManager:create
diff --git a/configs/SipStateReplicator.conf b/configs/SipStateReplicator.conf
index 385a3b7..2e0f42f 100644
--- a/configs/SipStateReplicator.conf
+++ b/configs/SipStateReplicator.conf
@@ -1,4 +1,5 @@
IceBox.InheritProperties=1
+Ice.Default.CollocationOptimization=0
# this value was empirically determined... it may need to be different on different systems
Ice.ThreadPool.Client.Size=10
IceBox.Service.SipStateReplicator=SipStateReplicator:create
-----------------------------------------------------------------------
--
asterisk-scf/examples.git
More information about the asterisk-scf-commits
mailing list