fix reinvite

git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@1175 8eb893ce-cfd4-0310-b710-fb5ebe64c474
sayer/1.4-spce2.6
Stefan Sayer 18 years ago
parent c1727a8c5f
commit 4144682f21

@ -75,6 +75,12 @@ JukecallSession::~JukecallSession()
void JukecallSession::onSessionStart(const AmSipRequest& req)
{
if (dlg.getStatus()==AmSipDialog::Connected) {
// reinvite
AmB2ABCallerSession::onSessionStart(req);
return;
}
DBG("-----------------------------------------------------------------\n");
DBG("playing file\n");

Loading…
Cancel
Save