linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Accepting a call with liblinphone


From: Kevin Cross
Subject: Re: [Linphone-developers] Accepting a call with liblinphone
Date: Fri, 8 Oct 2010 16:58:01 -0400

Oh ok, will do that.
Thanks for the help,
K

On Fri, Oct 8, 2010 at 11:45 AM, Simon Morlat <address@hidden> wrote:
Hi,

That is definitely a bug, the case where the call is accepted within the
callback hasn't been tested.
I suggest that you defer the call acceptance to outside the callback to
workaround this.

Simon

Le mercredi 29 septembre 2010 à 14:17 -0400, Kevin Cross a écrit :
> Hello,
>
> I was writing a sample application using liblinphone and I was
> wondering what the correct sequence was to answering an incoming call.
>
> I tried to call linphone_core_accept_call(core,call) inside the
> callback handling LinphoneCallIncomingReceived but the program exited
> with a
> SIGABRT : "start_media_stream() called without prior init !"
>
> I checked and both core and call appear to be valid objects during
> execution and inside the mentioned function.
> I am not sure if I am missing a step in there in order to answer the
> call or what. Any help would be appreciated.
>
> Thanks,
> K
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers



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


reply via email to

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