Skip to content
Snippets Groups Projects
Commit f21d5562 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

manager: fix infinite loop inception

Refs #67099

Change-Id: I968b21a662ceed66055b1139535a8c7c3dc97407
parent 44132c2d
No related branches found
No related tags found
No related merge requests found
......@@ -1572,10 +1572,9 @@ ManagerImpl::incomingMessage(const std::string& callID,
}
// in case of a conference we must notify client using conference id
incomingMessage(conf->getConfID(), from, message);
emitSignal<DRing::CallSignal::IncomingMessage>(conf->getConfID(), from, message);
} else
incomingMessage(callID, from, message);
emitSignal<DRing::CallSignal::IncomingMessage>(callID, from, message);
}
//THREAD=VoIP
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment