Skip to content
Snippets Groups Projects
Commit d7b54b34 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files
parents 2535e7d5 4e00e4dc
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ ManagerImpl::answerCall(const CallID& id)
return false;
}
if (hasCurrentCall()) {
if (id != getCurrentCallId()) {
_debug("* Manager Info: there is currently a call, try to hold it\n");
onHoldCall(getCurrentCallId());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment