linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Accept call


From: Gurpartap Singh
Subject: Re: [Linphone-developers] Accept call
Date: Mon, 1 Aug 2016 10:07:57 +0530

can u share some code with us?

On Fri, Jul 29, 2016 at 5:56 PM, <address@hidden> wrote:

Thank you, but I didn't explain very well the situation. The problem is that if I make linphone_core_accept_call right after the call arrives (in the callbak of the state change) it runs; if I put linphone_core_accept_call right in another function that is called after some other operations, it doesn't run. I don't understand why.

Thank you

Il 29.07.2016 14:02 Gurpartap Singh ha scritto:

you can increase the timeout for incoming call by:
 linphone_core_set_inc_timeout(lc,60);
 where lc is LinphoneCore and 2nd argument is time in seconds.
After that timeout call is automatically rejected.

On Thu, Jul 28, 2016 at 7:12 PM, <address@hidden> wrote:
Hi all,

I'm a begginer with linphone. There is someone that is able to explain me why an incoming call must be answered in a little time? If I answer after twenty seconds (for example), the linphone_core_accept_call remain blocked.

Thank you very much!

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers

 

 

_______________________________________________
Linphone-developers mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]