[asterisk-scf-commits] asterisk-scf/integration/test_channel.git branch "basecomponent" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Tue Jul 19 17:08:03 CDT 2011
branch "basecomponent" has been created
at 36d3b0bfc94febba48958c38a70ad11c7ba54793 (commit)
- Log -----------------------------------------------------------------
commit 36d3b0bfc94febba48958c38a70ad11c7ba54793
Author: Ken Hunt <ken.hunt at digium.com>
Date: Tue Jul 19 17:07:39 2011 -0500
Consitency in config parameters.
diff --git a/config/test_channel.conf b/config/test_channel.conf
index bead0c4..a87c7c6 100644
--- a/config/test_channel.conf
+++ b/config/test_channel.conf
@@ -14,7 +14,7 @@ LocatorService.Proxy=LocatorService:default -p 55558
ServiceLocatorManagementAdapter.Endpoints=tcp -p 55557
ServiceLocatorAdapter.Endpoints=tcp -p 55558
-ServiceLocatorManagementProxy=LocatorServiceManagement:tcp -p 55557
+LocatorServiceManagement.Proxy=LocatorServiceManagement:tcp -p 55557
TopicManager.Proxy=AsteriskSCFIceStorm/TopicManager:default -p 55555
diff --git a/src/Service.cpp b/src/Service.cpp
index 7d6169a..abd9051 100644
--- a/src/Service.cpp
+++ b/src/Service.cpp
@@ -91,7 +91,7 @@ void TestChannelDriver::start(const std::string& name, const Ice::CommunicatorPt
AsteriskSCF::TestUtil::TestEndpoint::create(mAdapter, "TestChannel.Locator");
AsteriskSCF::Core::Discovery::V1::ServiceLocatorManagementPrx management =
- AsteriskSCF::Core::Discovery::V1::ServiceLocatorManagementPrx::checkedCast(communicator->propertyToProxy("ServiceLocatorManagementProxy"));
+ AsteriskSCF::Core::Discovery::V1::ServiceLocatorManagementPrx::checkedCast(communicator->propertyToProxy("LocatorServiceManagement.Proxy"));
mServiceManagement = AsteriskSCF::Core::Discovery::V1::ServiceManagementPrx::uncheckedCast(management->addService(endpointLocatorPrx, "TestChannel"));
AsteriskSCF::Core::Discovery::V1::ServiceLocatorParamsPtr params = new AsteriskSCF::Core::Discovery::V1::ServiceLocatorParams();
params->category = "TestChannel";
-----------------------------------------------------------------------
--
asterisk-scf/integration/test_channel.git
More information about the asterisk-scf-commits
mailing list