Do not try to install unused notfound.wav and ring.wav assets
This commit is contained in:
@ -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")
|
||||
|
||||
Reference in New Issue
Block a user