Skip to content
Snippets Groups Projects
Commit 84906270 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Better handling of incoming IP to IP call

parent 43a2a527
No related branches found
No related tags found
No related merge requests found
......@@ -706,6 +706,9 @@ ManagerImpl::incomingCall(Call* call, const AccountID& accountId)
associateCallToAccount(call->getCallId(), accountId);
if (accountId==AccountNULL)
associateConfigToCall (call->getCallId(), Call::IPtoIP);
_debug("ManagerImpl::incomingCall :: hasCurrentCall() %i \n",hasCurrentCall());
if ( !hasCurrentCall() ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment