Fix push uri on proxy config creation
This commit is contained in:
parent
11c16b182a
commit
5aeea9b545
1 changed files with 3 additions and 0 deletions
|
@ -372,6 +372,9 @@ private static AssistantActivity instance;
|
|||
|
||||
proxyConfig.setIdentity(addr.asString());
|
||||
|
||||
if (LinphonePreferences.instance() != null)
|
||||
proxyConfig.setContactUriParameters(LinphonePreferences.instance().getPushNotificationRegistrationID());
|
||||
|
||||
proxyConfig.done();
|
||||
|
||||
authInfo = LinphoneCoreFactory.instance().createAuthInfo(
|
||||
|
|
Loading…
Reference in a new issue