[asterisk-scf-commits] asterisk-scf/release/sip.git branch "master" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Tue Dec 6 15:02:01 CST 2011


branch "master" has been updated
       via  12fe1df571ef939b60e2dadf99fc488b1edd6a4f (commit)
      from  8ec91edd2b48b4359a86eb83922c877394006dcc (commit)

Summary of changes:
 config/test_sip.conf                  |   10 +++++-----
 config/test_sip_state_replicator.conf |   14 +++++++-------
 2 files changed, 12 insertions(+), 12 deletions(-)


- Log -----------------------------------------------------------------
commit 12fe1df571ef939b60e2dadf99fc488b1edd6a4f
Author: Brent Eagles <beagles at digium.com>
Date:   Tue Dec 6 17:31:41 2011 -0330

    Modify all unit tests to use the loopback adapter.

diff --git a/config/test_sip.conf b/config/test_sip.conf
index ad26db5..e94f85d 100644
--- a/config/test_sip.conf
+++ b/config/test_sip.conf
@@ -3,22 +3,22 @@
 # Adapter parameters for this component
 # The IP address and port specified here *must* match between master and slave
 # for Ice proxies to remain valid.
-SipSessionManagerAdapter.Endpoints=tcp -p 9985
+SipSessionManagerAdapter.Endpoints=tcp -h 127.0.0.1 -p 9985
 SipSessionManagerAdapter.ThreadPool.Size=4
 
 # Adapter parameters for the object adapter unique to this instance of the component
 # This should have a specified IP address and port so the replica control utility can find it.
-SipSessionManagerLocalAdapter.Endpoints=default
+SipSessionManagerLocalAdapter.Endpoints=default -h 127.0.0.1 
 SipSessionManagerLocalAdapter.ThreadPool.Size=4
 
 # A proxy to the IceStorm topic manager
-TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000
+TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default  -h 127.0.0.1 -p 10000
 
 # A proxy to the service locator management service
-LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4422
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp  -h 127.0.0.1 -p 4422
 
 # A proxy to the service locator service
-LocatorService.Proxy=LocatorService:tcp -p 4411
+LocatorService.Proxy=LocatorService:tcp -h 127.0.0.1  -p 4411
 
 # ID to use when registering with the routing service
 # Useful if registering multiple active SIP session managers
diff --git a/config/test_sip_state_replicator.conf b/config/test_sip_state_replicator.conf
index e7e7c6f..bf46ede 100644
--- a/config/test_sip_state_replicator.conf
+++ b/config/test_sip_state_replicator.conf
@@ -1,15 +1,15 @@
 # Adapter parameters for this component
-SipStateReplicator.Endpoints=default
+SipStateReplicator.Endpoints=default -h 127.0.0.1
 SipStateReplicator.ThreadPool.Size=4
 
 # A proxy to the IceStorm topic manager
-TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 10000
+TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default  -h 127.0.0.1 -p 10000
 
 # A proxy to the service locator management service
-LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 4422
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp  -h 127.0.0.1 -p 4422
 
 # A proxy to the service locator service
-LocatorService.Proxy=LocatorService:tcp -p 4411
+LocatorService.Proxy=LocatorService:tcp  -h 127.0.0.1 -p 4411
 
 # The name of the state replicator
 SipStateReplicator.Name=default
@@ -18,9 +18,9 @@ IceBox.InheritProperties = 1
 IceBox.Service.SipStateReplicator=SipStateReplicator:create
 
 SipStateReplicatorIceStorm.InstanceName=SipStateReplicatorIceStorm
-SipStateReplicatorIceStorm.TopicManager.Endpoints=default -p 10007
-SipStateReplicatorIceStorm.Publish.Endpoints=default -p 10008
+SipStateReplicatorIceStorm.TopicManager.Endpoints=default -h 127.0.0.1  -p 10007
+SipStateReplicatorIceStorm.Publish.Endpoints=default -h 127.0.0.1  -p 10008
 SipStateReplicatorIceStorm.Trace.TopicManager=2
 SipStateReplicatorIceStorm.Transient=1
 SipStateReplicatorIceStorm.Flush.Timeout=2000
-SipStateReplicatorTopicManager.Proxy=SipStateReplicatorIceStorm/TopicManager:default -p 10007
+SipStateReplicatorTopicManager.Proxy=SipStateReplicatorIceStorm/TopicManager:default  -h 127.0.0.1 -p 10007

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


-- 
asterisk-scf/release/sip.git



More information about the asterisk-scf-commits mailing list