-fixed createCalleeSession to use newCalleeSession.

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@538 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Raphael Coeffic 19 years ago
parent bc74530ed0
commit 6d68c42284

@ -260,7 +260,7 @@ void AmB2BCallerSession::onB2BEvent(B2BEvent* ev)
callee_status = Connected;
if (!sip_relay_only) {
sip_relay_only = true;
sip_relay_only = true;
reinviteCaller(reply);
}
}
@ -334,7 +334,7 @@ int AmB2BCallerSession::reinviteCaller(const AmSipReply& callee_reply)
void AmB2BCallerSession::createCalleeSession()
{
AmB2BCalleeSession* callee_session = new AmB2BCalleeSession(this);
AmB2BCalleeSession* callee_session = newCalleeSession();
AmSipDialog& callee_dlg = callee_session->dlg;
other_id = AmSession::getNewId();

Loading…
Cancel
Save