add pn-silent, so that flexisip doesn't try to send a 180 by itself.
This commit is contained in:
parent
7ad81d675e
commit
203d1d247e
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ public class LinphonePreferences {
|
||||||
String appId = getString(R.string.push_sender_id);
|
String appId = getString(R.string.push_sender_id);
|
||||||
if (regId != null && lc.getProxyConfigList().length > 0) {
|
if (regId != null && lc.getProxyConfigList().length > 0) {
|
||||||
for (LinphoneProxyConfig lpc : lc.getProxyConfigList()) {
|
for (LinphoneProxyConfig lpc : lc.getProxyConfigList()) {
|
||||||
String contactInfos = "app-id=" + appId + ";pn-type=" + getString(R.string.push_type) + ";pn-tok=" + regId;
|
String contactInfos = "app-id=" + appId + ";pn-type=" + getString(R.string.push_type) + ";pn-tok=" + regId + ";pn-silent=1";
|
||||||
lpc.edit();
|
lpc.edit();
|
||||||
lpc.setContactUriParameters(contactInfos);
|
lpc.setContactUriParameters(contactInfos);
|
||||||
lpc.done();
|
lpc.done();
|
||||||
|
|
Loading…
Reference in a new issue