Merge branch 'master' into bellesip
Conflicts: submodules/linphone
This commit is contained in:
commit
725b516ddf
2 changed files with 3 additions and 1 deletions
|
@ -65,6 +65,8 @@ public class RemoteProvisioning {
|
||||||
if(x2l.convert(lp) != 0) {
|
if(x2l.convert(lp) != 0) {
|
||||||
Log.e("Can't convert remote provisioning file to LinphoneConfig");
|
Log.e("Can't convert remote provisioning file to LinphoneConfig");
|
||||||
return;
|
return;
|
||||||
|
} else {
|
||||||
|
lp.sync();
|
||||||
}
|
}
|
||||||
Log.i("Remote provisioning ok");
|
Log.i("Remote provisioning ok");
|
||||||
} catch (MalformedURLException e) {
|
} catch (MalformedURLException e) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 922851412eddf866d48ebcd9ad7231be39e5231f
|
Subproject commit 75e340883704bd3aa55477567c37aade1e7bba3d
|
Loading…
Reference in a new issue