Update configuration upon successfull remote provisioning

This commit is contained in:
Christophe Deschamps 2025-01-17 14:26:46 +01:00
parent a4b7951b22
commit 5e3a2d07aa

View file

@ -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();
}
});