Improved ringing while early media

This commit is contained in:
Sylvain Berfini 2014-07-23 10:49:18 +02:00
parent bb5866ead0
commit d7db1b111c

View file

@ -998,6 +998,9 @@ public class LinphoneManager implements LinphoneCoreListener {
routeAudioToSpeaker();
return;
}
if (mR.getBoolean(R.bool.allow_ringing_while_early_media)) {
routeAudioToSpeaker(); // Need to be able to ear the ringtone during the early media
}
if (Hacks.needGalaxySAudioHack()) {
mAudioManager.setMode(MODE_RINGTONE);