Update status notification when call is answered

This commit is contained in:
Juha Heinanen
2026-05-11 17:30:56 +03:00
parent c0c6d7a0e6
commit ed1575e4c7
@@ -550,13 +550,11 @@ class BaresipService: Service() {
stopMediaPlayer()
setCallVolume()
proximitySensing(proximitySensing)
if (telecom)
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
else {
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
updateStatusNotification()
if (!telecom)
ensureCommunicationMode()
}
}
"Call Reject" -> {
val callp = intent!!.getLongExtra("callp", 0L)