diff --git a/daemon/src/managerimpl.cpp b/daemon/src/managerimpl.cpp index 1dc95add13ec03671bf9df1739b637de5c068f93..fdafc6e74b059ebd5d5d51e254977cbf4f03afab 100644 --- a/daemon/src/managerimpl.cpp +++ b/daemon/src/managerimpl.cpp @@ -190,11 +190,6 @@ bool ManagerImpl::outgoingCall (const std::string& account_id, _debug ("Manager: New outgoing call abort, missing callid"); return false; } - - if (account_id.empty()) { - _debug ("Manager: New outgoing call abort, missing account"); - return false; - } // Call ID must be unique if (not getAccountFromCall (call_id).empty()) {