Set IMDN threshold to 1

This commit is contained in:
Sylvain Berfini 2024-12-12 14:50:10 +01:00
parent 86e2c731da
commit 9d58ced715
2 changed files with 6 additions and 0 deletions

View file

@ -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

View file

@ -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()
}