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