mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +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]
|
||||
return_empty_friends=1
|
||||
|
||||
[chat]
|
||||
imdn_to_everybody_threshold=1
|
||||
|
||||
[ui]
|
||||
contacts_filter=sip.linphone.org
|
||||
|
||||
|
|
|
|||
|
|
@ -514,6 +514,9 @@ class CoreContext
|
|||
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)")
|
||||
corePreferences.clearPreviousGrammars()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue