[asterisk-scf-commits] asterisk-scf/integration/servicediscovery.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Sep 7 17:32:30 CDT 2010
branch "master" has been updated
via 1b2696fb609ec4fa333fe7e9801fe2259c43ae24 (commit)
via dda52d4dc79d22e1738fd751fdd473bbc10e5477 (commit)
from 5914ee2d69889eaf020af1fc07062288f218ff38 (commit)
Summary of changes:
config/test_service_locator.config | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 1b2696fb609ec4fa333fe7e9801fe2259c43ae24
Merge: dda52d4 5914ee2
Author: Mark Michelson <mmichelson at digium.com>
Date: Tue Sep 7 17:33:54 2010 -0500
Merge branch 'master' of git.asterisk.org:asterisk-scf/integration/servicediscovery
commit dda52d4dc79d22e1738fd751fdd473bbc10e5477
Author: Mark Michelson <mmichelson at digium.com>
Date: Tue Sep 7 17:32:25 2010 -0500
Use appropriate ports for service location.
diff --git a/config/test_service_locator.config b/config/test_service_locator.config
index dcd04db..dfa1e4a 100644
--- a/config/test_service_locator.config
+++ b/config/test_service_locator.config
@@ -1,10 +1,10 @@
# This is a configuration file used in conjunction with the service locator test driver
# Test endpoints for the service locator management adapter
-ServiceLocatorManagementAdapter.Endpoints=tcp -p 5674
+ServiceLocatorManagementAdapter.Endpoints=tcp -p 4422
# Test endpoints for the service locator adapter
-ServiceLocatorAdapter.Endpoints=tcp -p 2657
+ServiceLocatorAdapter.Endpoints=tcp -p 4411
# Test endpoints for IceStorm
TopicManager.Proxy=HydraIceStorm/TopicManager:default -p 10000
-----------------------------------------------------------------------
--
asterisk-scf/integration/servicediscovery.git
More information about the asterisk-scf-commits
mailing list