Fix name of hold sound for android

This commit is contained in:
Erwan Croze 2018-06-04 09:24:23 +02:00
parent d3029aa970
commit 0f006ab1f6

View file

@ -86,7 +86,7 @@ public class AndroidPlatformHelper {
mLinphoneRootCaFile = basePath + "/share/linphone/rootca.pem";
mRingSoundFile = basePath + "/share/sounds/linphone/rings/notes_of_the_optimistic.mkv";
mRingbackSoundFile = basePath + "/share/sounds/linphone/ringback.wav";
mPauseSoundFile = basePath + "/share/sounds/linphone/rings/its_a_game.mkv";
mPauseSoundFile = basePath + "/share/sounds/linphone/rings/dont_wait_too_long.mkv";
mErrorToneFile = basePath + "/share/sounds/linphone/incoming_chat.wav";
mGrammarCpimFile = basePath + "/share/belr/grammars/cpim_grammar";
mGrammarVcardFile = basePath + "/share/belr/grammars/vcard_grammar";
@ -211,7 +211,7 @@ public class AndroidPlatformHelper {
if (ressourceId == 0) {
Log.i("Resource identifier null for target ["+target.getName()+"]");
return;
}
}
if (!target.getParentFile().exists())
target.getParentFile().mkdirs();