add setContactUriParameters
This commit is contained in:
parent
5dde41a152
commit
bc30e17164
3 changed files with 4 additions and 4 deletions
|
@ -167,7 +167,7 @@ public class LinphonePreferences {
|
|||
|
||||
LinphoneProxyConfig prxCfg = LinphoneCoreFactory.instance().createProxyConfig(identity, proxy, route, true);
|
||||
if (tempContactsParams != null)
|
||||
prxCfg.setContactParameters(tempContactsParams);
|
||||
prxCfg.setContactUriParameters(tempContactsParams);
|
||||
if (tempExpire != null) {
|
||||
try {
|
||||
prxCfg.setExpires(Integer.parseInt(tempExpire));
|
||||
|
@ -334,7 +334,7 @@ public class LinphonePreferences {
|
|||
|
||||
public void setAccountContactParameters(int n, String contactParams) {
|
||||
LinphoneProxyConfig prxCfg = getProxyConfig(n);
|
||||
prxCfg.setContactParameters(contactParams);
|
||||
prxCfg.setContactUriParameters(contactParams);
|
||||
prxCfg.done();
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 46e5106e74853846731001a9ded5d4c10c7d132d
|
||||
Subproject commit 7045b21f24ba9005f8a36d2e28f7b2c20e9d6fb6
|
|
@ -1 +1 @@
|
|||
Subproject commit 5f28f81f4b3afa0bcbab2f2aa920f830acfb4b2a
|
||||
Subproject commit 4212cc43b8e44d3fe3168ced0aea7d366e9d46ad
|
Loading…
Reference in a new issue