[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "replacement" created.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon Aug 29 14:15:52 CDT 2011
branch "replacement" has been created
at 8e37073a5318103b06dec8e241088244968a77fb (commit)
- Log -----------------------------------------------------------------
commit 8e37073a5318103b06dec8e241088244968a77fb
Author: Mark Michelson <mmichelson at digium.com>
Date: Mon Aug 29 14:16:57 2011 -0500
Make appropriate changes to accommodate API changes.
diff --git a/src/SipTransfer.cpp b/src/SipTransfer.cpp
index 117ea79..d6d2ede 100644
--- a/src/SipTransfer.cpp
+++ b/src/SipTransfer.cpp
@@ -479,7 +479,7 @@ SuspendableWorkResult HandleReferOperation::initial(const SuspendableWorkListene
lg(Debug) << "handleRefer() calling router connectBridgedSessions(). ";
- mSessionRouter->begin_connectBridgedSessions(operationId, mSession->getSessionProxy(), other_session->getSessionProxy(), d);
+ mSessionRouter->begin_connectBridgedSessions(operationId, mSession->getSessionProxy(), other_session->getSessionProxy(), false, d);
pjsip_dlg_dec_lock(other_dlg);
return Complete;
}
@@ -518,7 +518,7 @@ SuspendableWorkResult HandleReferOperation::initial(const SuspendableWorkListene
addNotifyBody(tdata, "SIP/2.0 100 Trying");
pjsip_dlg_send_request(mInv->dlg, tdata, -1, NULL);
- mSessionRouter->begin_connectBridgedSessionsWithDestination(operationId, session->getSessionProxy(), mTarget, mHook->getProxy(), d);
+ mSessionRouter->begin_connectBridgedSessionsWithDestination(operationId, session->getSessionProxy(), mTarget, false, mHook->getProxy(), d);
return Complete;
}
catch (const Ice::CommunicatorDestroyedException &)
-----------------------------------------------------------------------
--
asterisk-scf/integration/sip.git
More information about the asterisk-scf-commits
mailing list