Update status notification when call is answered
This commit is contained in:
@ -550,12 +550,10 @@ class BaresipService: Service() {
|
|||||||
stopMediaPlayer()
|
stopMediaPlayer()
|
||||||
setCallVolume()
|
setCallVolume()
|
||||||
proximitySensing(proximitySensing)
|
proximitySensing(proximitySensing)
|
||||||
if (telecom)
|
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
|
||||||
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
|
updateStatusNotification()
|
||||||
else {
|
if (!telecom)
|
||||||
Api.ua_answer(uap, callp, Api.VIDMODE_OFF)
|
|
||||||
ensureCommunicationMode()
|
ensureCommunicationMode()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
"Call Reject" -> {
|
"Call Reject" -> {
|
||||||
|
|||||||
Reference in New Issue
Block a user