[asterisk-scf-commits] asterisk-scf/release/routing.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Fri Apr 22 14:25:43 CDT 2011
branch "master" has been updated
via 728136565bfcda6555d8335ae68dbc1ed3e0859f (commit)
from 2bf23eebe4d576ba355cab8b818e280267999cba (commit)
Summary of changes:
src/SessionRouter.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 728136565bfcda6555d8335ae68dbc1ed3e0859f
Author: Brent Eagles <beagles at digium.com>
Date: Fri Apr 22 16:55:17 2011 -0230
Small change to address a change in a function in SmartProxy.
diff --git a/src/SessionRouter.cpp b/src/SessionRouter.cpp
index 1c14b07..f492f80 100644
--- a/src/SessionRouter.cpp
+++ b/src/SessionRouter.cpp
@@ -607,7 +607,7 @@ void SessionRouter::routeSession(
{
lg(Debug) << "routeSession() entered with destination " << destination ;
- if (!mImpl->mBridgeManager.initializeOnce())
+ if (!mImpl->mBridgeManager.initialize())
{
lg(Error) << "No proxy to BridgeManager. "
"Make sure all services are running.";
-----------------------------------------------------------------------
--
asterisk-scf/release/routing.git
More information about the asterisk-scf-commits
mailing list