[asterisk-scf-commits] asterisk-scf/integration/media_rtp_pjmedia.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Sep 15 10:20:52 CDT 2010
branch "master" has been updated
via 2d4dffbc88cfeaa15848db1c7b4adcf26787fba0 (commit)
from 01491faa89e11372fb2a8b12d4758c110fe0b958 (commit)
Summary of changes:
test/TestRTPpjmedia.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2d4dffbc88cfeaa15848db1c7b4adcf26787fba0
Author: Joshua Colp <jcolp at digium.com>
Date: Wed Sep 15 12:23:50 2010 -0300
Update to use defined port.
diff --git a/test/TestRTPpjmedia.cpp b/test/TestRTPpjmedia.cpp
index b98fb2a..dc4229a 100644
--- a/test/TestRTPpjmedia.cpp
+++ b/test/TestRTPpjmedia.cpp
@@ -149,7 +149,7 @@ struct GlobalIceFixture
Testbed.adapter->activate();
- Testbed.locator = ServiceLocatorPrx::checkedCast(Testbed.communicator->stringToProxy("LocatorService:tcp -p 2657"));
+ Testbed.locator = ServiceLocatorPrx::checkedCast(Testbed.communicator->stringToProxy("LocatorService:tcp -p 4411"));
if (!Testbed.locator) {
throw "Invalid service locator proxy";
-----------------------------------------------------------------------
--
asterisk-scf/integration/media_rtp_pjmedia.git
More information about the asterisk-scf-commits
mailing list