[Osip] what's eXosip_execute

Aymeric Moizard jack at atosc.org
Fri Dec 5 12:16:33 CET 2008



On Fri, 5 Dec 2008, OuyangWW wrote:

> hi, everyone.
>
> I am a newbie of eXosip and I don't know anything about osip.
> I read the file named sip_reg.c, and there is a function called
> eXosip_execute().
> The comment in the headfile is * Process (non-threaded mode ONLY)
> eXosip events. *

eXosip_execute is called internally when used in threaded mode.
and you have to call it from your own thread if you compiled
it with non-threaded support.

> I don't know what does it mean.
> A program can be processed. A function can be processed.
> How an event be processed?  What does event mean in eXosip?
>
> I also try to read the source code of eXosip, but there are too much
> function about osip. I can't understand them.
>
> Would you please tell me something about eXosip events? Or tell me
> where can I get some detailed manuals.

This is from the howto:

http://www.antisip.com/doc/exosip2/group__howto0__initialize.html

"processing" event means (for me):
* retreive events with "eXosip_event_wait"
* then analyse them so you can take proper action.
   (answer calls...)

Aymeric

> Thanks!
>
> Best Regards!
>
> oovoov
> _______________________________________________
> Osip mailing list
> Osip at atosc.org
> http://www.atosc.org/mailinglist/listinfo/osip
>


More information about the Osip mailing list