mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-23 11:38:30 +00:00
Set IMDN threshold to 1
This commit is contained in:
parent
86e2c731da
commit
9d58ced715
2 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ fec_enabled=1
|
||||||
[magic_search]
|
[magic_search]
|
||||||
return_empty_friends=1
|
return_empty_friends=1
|
||||||
|
|
||||||
|
[chat]
|
||||||
|
imdn_to_everybody_threshold=1
|
||||||
|
|
||||||
[ui]
|
[ui]
|
||||||
contacts_filter=sip.linphone.org
|
contacts_filter=sip.linphone.org
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -514,6 +514,9 @@ class CoreContext
|
||||||
core.logCollectionUploadServerUrl = "https://files.linphone.org/http-file-transfer-server/hft.php"
|
core.logCollectionUploadServerUrl = "https://files.linphone.org/http-file-transfer-server/hft.php"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set IMDN threshold to 1
|
||||||
|
core.imdnToEverybodyThreshold = 1
|
||||||
|
|
||||||
Log.i("$TAG Removing previous grammar files (without .belr extension)")
|
Log.i("$TAG Removing previous grammar files (without .belr extension)")
|
||||||
corePreferences.clearPreviousGrammars()
|
corePreferences.clearPreviousGrammars()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue