- One more Call add() usage.
This commit is contained in:
@@ -572,8 +572,8 @@ class BaresipService: Service() {
|
|||||||
newEvent = "call rejected"
|
newEvent = "call rejected"
|
||||||
} else {
|
} else {
|
||||||
Log.d(LOG_TAG, "Incoming call $uap/$callp/$peerUri")
|
Log.d(LOG_TAG, "Incoming call $uap/$callp/$peerUri")
|
||||||
calls.add(Call(callp, ua, peerUri, "in", "incoming",
|
Call(callp, ua, peerUri, "in", "incoming",
|
||||||
Utils.dtmfWatcher(callp)))
|
Utils.dtmfWatcher(callp)).add()
|
||||||
if (ua.account.answerMode == "manual") {
|
if (ua.account.answerMode == "manual") {
|
||||||
if (Build.VERSION.SDK_INT >= 23) {
|
if (Build.VERSION.SDK_INT >= 23) {
|
||||||
Log.d(LOG_TAG, "CurrentInterruptionFilter ${nm.currentInterruptionFilter}")
|
Log.d(LOG_TAG, "CurrentInterruptionFilter ${nm.currentInterruptionFilter}")
|
||||||
|
|||||||
Reference in New Issue
Block a user