Do not try to install unused notfound.wav and ring.wav assets

This commit is contained in:
Juha Heinanen
2021-08-31 22:15:10 +03:00
parent 3bf70f52b8
commit b1a1738729

View File

@ -234,7 +234,7 @@ class BaresipService: Service() {
"Start" -> {
val assets = arrayOf("accounts", "config", "contacts", "busy.wav", "callwaiting.wav",
"error.wav", "notfound.wav", "ring.wav", "ringback.wav")
"error.wav", "ringback.wav")
var file = File(filesPath)
if (!file.exists()) {
Log.d(TAG, "Creating baresip directory")