diff --git a/ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml b/ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml index 57af15892..512e898b8 100644 --- a/ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml +++ b/ui/modules/Linphone/SmartSearchBar/SmartSearchBar.qml @@ -29,7 +29,7 @@ SearchBox { onEnterPressed: { var sipAddress = view.interpretableSipAddress - return sipAddress.length > 0 && searchBox.launchCall(sipAddress) + return sipAddress.length > 0 && SettingsModel.outgoingCallsEnabled && searchBox.launchCall(sipAddress) } // ---------------------------------------------------------------------------