Re: [Linphone-users] Incoming Call rejected

2022-02-24 Thread Rene Kockisch
Hey Sylvain,

if you need more info’s or some tests Contact me. Thank you very much for your 
support. 

René 

> Am 24.02.2022 um 16:00 schrieb Sylvain Berfini 
> :
> 
> 
> Hi,
> 
> We use TelecomManager to create self-managed calls, this way it's Android 
> that handles bluetooth devices like it would do for a GSM call, so you can 
> see an incoming call on your car dashboard, answer/decline it using buttons 
> on your bluetooth headset, etc...
> 
> It's possible Chrome OS TelecomManager may be buggy, or there is something 
> specific to do for such use-case, I'll dig.
> 
> Cheers,
> 
> Sylvain Berfini
> Head of Mobile & Desktop Apps Department
> 
> +33 (0)9 52 63 65 05
> sylvain.berf...@belledonne-communications.com
> 
> Discover our solutions in 3 minutes!
> 
> Belledonne Communications, the company behind the Linphone project
> https://linphone.org
> Le 24/02/2022 à 15:09, René Kockisch a écrit :
>> Hi Sylvain, 
>> 
>> yes this fix the issue, thank you very much. What is this feature for? Is 
>> this a bug in using the telecom manager API or a bug in bluetooth handling 
>> in chrome os? 
>> 
>> BR 
>> 
>> René 
>> 
>> 
>>> Am 24.02.2022 um 15:00 schrieb Sylvain Berfini: 
>>> Can you try to disable "Improve interactions with bluetooth devices" 
>>> setting under "Call" section and tell me if it fixes your issue please? 
>> 
>> ___ 
>> Linphone-users mailing list 
>> Linphone-users@nongnu.org 
>> https://lists.nongnu.org/mailman/listinfo/linphone-users 
> ___
> Linphone-users mailing list
> Linphone-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/linphone-users
___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Incoming Call rejected

2022-02-24 Thread Sylvain Berfini

Hi,

We use TelecomManager to create self-managed calls, this way it's 
Android that handles bluetooth devices like it would do for a GSM call, 
so you can see an incoming call on your car dashboard, answer/decline it 
using buttons on your bluetooth headset, etc...


It's possible Chrome OS TelecomManager may be buggy, or there is 
something specific to do for such use-case, I'll dig.


Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 



/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 24/02/2022 à 15:09, René Kockisch a écrit :

Hi Sylvain,

yes this fix the issue, thank you very much. What is this feature for? 
Is this a bug in using the telecom manager API or a bug in bluetooth 
handling in chrome os?


BR

René


Am 24.02.2022 um 15:00 schrieb Sylvain Berfini:
Can you try to disable "Improve interactions with bluetooth devices" 
setting under "Call" section and tell me if it fixes your issue please?


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Incoming Call rejected

2022-02-24 Thread René Kockisch

Hi Sylvain,

yes this fix the issue, thank you very much. What is this feature for? 
Is this a bug in using the telecom manager API or a bug in bluetooth 
handling in chrome os?


BR

René


Am 24.02.2022 um 15:00 schrieb Sylvain Berfini:
Can you try to disable "Improve interactions with bluetooth devices" 
setting under "Call" section and tell me if it fixes your issue please?


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Incoming Call rejected

2022-02-24 Thread Sylvain Berfini

Hi,

Can you try to disable "Improve interactions with bluetooth devices" 
setting under "Call" section and tell me if it fixes your issue please?


Cheers,

Sylvain Berfini
*Head of Mobile & Desktop Apps Department*

+33 (0)9 52 63 65 05
sylvain.berf...@belledonne-communications.com

Discover our solutions in 3 minutes! 



/Belledonne Communications, the company behind the Linphone project/
https://linphone.org
Le 24/02/2022 à 14:47, René Kockisch a écrit :

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


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users


Re: [Linphone-users] Incoming Call rejected

2022-02-24 Thread René Kockisch

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


___
Linphone-users mailing list
Linphone-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/linphone-users