From 5e3a2d07aaecc683f83f6e2b30c48a996d63d056 Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Fri, 17 Jan 2025 14:26:46 +0100 Subject: [PATCH] Update configuration upon successfull remote provisioning --- Linphone/model/setting/SettingsModel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Linphone/model/setting/SettingsModel.cpp b/Linphone/model/setting/SettingsModel.cpp index af71af44e..a7b240f3e 100644 --- a/Linphone/model/setting/SettingsModel.cpp +++ b/Linphone/model/setting/SettingsModel.cpp @@ -59,6 +59,7 @@ SettingsModel::SettingsModel() { const std::string &message) { mustBeInLinphoneThread(log().arg(Q_FUNC_INFO)); if (status == linphone::ConfiguringState::Successful) { + mConfig = core->getConfig(); notifyConfigReady(); } });