- One more Call add() usage.

This commit is contained in:
Juha Heinanen
2020-05-08 09:48:01 +03:00
parent 86bdd01c19
commit 572c38c0cc

View File

@ -572,8 +572,8 @@ class BaresipService: Service() {
newEvent = "call rejected"
} else {
Log.d(LOG_TAG, "Incoming call $uap/$callp/$peerUri")
calls.add(Call(callp, ua, peerUri, "in", "incoming",
Utils.dtmfWatcher(callp)))
Call(callp, ua, peerUri, "in", "incoming",
Utils.dtmfWatcher(callp)).add()
if (ua.account.answerMode == "manual") {
if (Build.VERSION.SDK_INT >= 23) {
Log.d(LOG_TAG, "CurrentInterruptionFilter ${nm.currentInterruptionFilter}")