From 05214a32e3a450671be16d31d263131ee2fb644c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Mon, 19 Sep 2011 16:31:28 -0400 Subject: [PATCH] revert SIP bit of e27e5c39bad27bae28f574eb2cba7717e8956229 it breaks ip2ip calls --- daemon/src/managerimpl.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/daemon/src/managerimpl.cpp b/daemon/src/managerimpl.cpp index 1dc95add13..fdafc6e74b 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()) { -- GitLab