Update configuration upon successfull remote provisioning
This commit is contained in:
parent
a4b7951b22
commit
5e3a2d07aa
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ SettingsModel::SettingsModel() {
|
||||||
const std::string &message) {
|
const std::string &message) {
|
||||||
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
mustBeInLinphoneThread(log().arg(Q_FUNC_INFO));
|
||||||
if (status == linphone::ConfiguringState::Successful) {
|
if (status == linphone::ConfiguringState::Successful) {
|
||||||
|
mConfig = core->getConfig();
|
||||||
notifyConfigReady();
|
notifyConfigReady();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue