Use sip.linphone.org as realm for linphone accounts
This commit is contained in:
parent
95ac83711a
commit
3ab3ed3632
3 changed files with 4 additions and 3 deletions
|
@ -321,6 +321,7 @@ public class LinphonePreferences {
|
||||||
prxCfg.enableQualityReporting(tempQualityReportingEnabled);
|
prxCfg.enableQualityReporting(tempQualityReportingEnabled);
|
||||||
prxCfg.setQualityReportingCollector(tempQualityReportingCollector);
|
prxCfg.setQualityReportingCollector(tempQualityReportingCollector);
|
||||||
prxCfg.setQualityReportingInterval(tempQualityReportingInterval);
|
prxCfg.setQualityReportingInterval(tempQualityReportingInterval);
|
||||||
|
prxCfg.setRealm("sip.linphone.org");
|
||||||
|
|
||||||
LinphoneAuthInfo authInfo = LinphoneCoreFactory.instance().createAuthInfo(tempUsername, tempUserId, tempPassword, tempHa1, null, tempDomain);
|
LinphoneAuthInfo authInfo = LinphoneCoreFactory.instance().createAuthInfo(tempUsername, tempUserId, tempPassword, tempHa1, null, tempDomain);
|
||||||
|
|
||||||
|
@ -473,7 +474,7 @@ public class LinphonePreferences {
|
||||||
LinphoneAuthInfo authInfo = getAuthInfo(n);
|
LinphoneAuthInfo authInfo = getAuthInfo(n);
|
||||||
return authInfo == null ? null : authInfo.getPassword();
|
return authInfo == null ? null : authInfo.getPassword();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setAccountHa1(int n, String ha1) {
|
public void setAccountHa1(int n, String ha1) {
|
||||||
LinphoneAuthInfo info = getClonedAuthInfo(n);
|
LinphoneAuthInfo info = getClonedAuthInfo(n);
|
||||||
info.setHa1(ha1);
|
info.setHa1(ha1);
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c6f72e9c72c8bec20f2d779c1c6ee3a0b17691c4
|
Subproject commit 2b01dd6952538bc512f7a1c5c8356d91fd9f2931
|
|
@ -1 +1 @@
|
||||||
Subproject commit b8c9c8093408d7ef1e9091877e4ff5e16cbd241a
|
Subproject commit d8cc5b600f3771b101f52c2da0761b78a3b4e947
|
Loading…
Reference in a new issue