- added handling of call transfer failed event

- improved implementation of audio focus and abandon requests
- upstream re, rem, and baresip libs changes
This commit is contained in:
Juha Heinanen
2018-11-02 22:29:33 +02:00
parent ae0c9a983e
commit 9b98378f0c
3 changed files with 52 additions and 17 deletions
@@ -259,8 +259,6 @@ class BaresipService: Service() {
MainActivity.images[account_index] = R.drawable.dot_yellow
updateStatusNotification()
}
"call ringing" -> {
}
"call incoming" -> {
if (!Utils.isVisible()) {
val cnb = NotificationCompat.Builder(this, HIGH_CHANNEL_ID)