[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Aug 25 14:30:29 CDT 2010
branch "master" has been updated
via d0f797291de1e15d73a4ea45648baa5e2ae96aba (commit)
from d29daf49a224c41dfa718b185667ba422b7fb327 (commit)
Summary of changes:
src/SipChannelServiceApp.cpp | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit d0f797291de1e15d73a4ea45648baa5e2ae96aba
Author: Joshua Colp <jcolp at digium.com>
Date: Wed Aug 25 16:41:27 2010 -0300
Remove old code now that Mark has decided where he wants to instantiate PJSipSessionModule.
diff --git a/src/SipChannelServiceApp.cpp b/src/SipChannelServiceApp.cpp
index 7b778d6..ef88619 100644
--- a/src/SipChannelServiceApp.cpp
+++ b/src/SipChannelServiceApp.cpp
@@ -135,7 +135,6 @@ private:
std::string mAppName;
Ice::ObjectAdapterPtr mAdapter;
ServiceLocatorManagementPrx mServiceLocatorManagement;
- PJSipSessionModule* mSessionModule;
Discovery::V1::ServiceManagementPrx mComponentServiceManagement;
ComponentServicePtr mComponentService;
@@ -392,9 +391,6 @@ void SipChannelServiceApp::initialize(const std::string appName)
mAdapter->add(mComponentService, communicator()->stringToIdentity(ComponentServiceId));
mAdapter->activate();
-
- mSessionModule = new PJSipSessionModule();
-
}
catch(...)
{
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list