diff --git a/src/components/call/CallModel.cpp b/src/components/call/CallModel.cpp index 543628bd6..c05b808c2 100644 --- a/src/components/call/CallModel.cpp +++ b/src/components/call/CallModel.cpp @@ -44,7 +44,7 @@ CallModel::CallModel (shared_ptr call) { updateIsInConference(); // Deal with auto-answer. - { + if (!isOutgoing()) { SettingsModel *settings = CoreManager::getInstance()->getSettingsModel(); if (settings->getAutoAnswerStatus()) {