diff --git a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt index 9ba45f32..5060ab07 100644 --- a/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt +++ b/app/src/main/kotlin/com/tutpro/baresip/BaresipService.kt @@ -550,12 +550,10 @@ 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) + Api.ua_answer(uap, callp, Api.VIDMODE_OFF) + updateStatusNotification() + if (!telecom) ensureCommunicationMode() - } } "Call Reject" -> {