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: Fri, 29 Jul 2016 17:32:37 +0530

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


reply via email to

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