[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Linphone-users] Incoming Call rejected
From: |
René Kockisch |
Subject: |
Re: [Linphone-users] Incoming Call rejected |
Date: |
Thu, 24 Feb 2022 14:47:49 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 |
I do some debugging and found the following documentation:
https://docs.microsoft.com/en-us/dotnet/api/android.telecom.telecommanager.isincomingcallpermitted?view=xamarin-android-sdk-12
so there is a function that block every incoming Call:
```
fun isIncomingCallPermitted(): Boolean {
val incomingCallPermitted =
telecomManager.isIncomingCallPermitted(account.accountHandle)
Log.i("[Telecom Helper] Is incoming call permitted?
$incomingCallPermitted")
return incomingCallPermitted
}
```
its look like a bug in account handling maybe. I also try diffrent SIP
Provider and there is also this Call is not permited.
BR
René
Am 24.02.2022 um 13:46 schrieb René Kockisch:
Hello @all,
on a new chromebook with linphone installed in version 4.6.1 I cannot
get any incoming call, in the logfiles I found following lines:
[org.linphone/liblinphone] MESSAGE Linphone core [0xd83cd000]
notified [first_call_started]
[org.linphone/linphone-android] MESSAGE [Context] Call state changed
[IncomingReceived]
[org.linphone/linphone-android] MESSAGE [Telecom Helper] Is incoming
call permitted? false
[org.linphone/linphone-android] WARNING [Context] Refusing the call
with reason busy because Telecom Manager will reject the call
It looks like there is any ACL or something like that who block the
call, what is new in this version or is this a bug?
BR
René
_______________________________________________
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users