Re: [Sofia-sip-devel] 1.12.6 Application Interface

2007-10-04 Thread Fabio Margarido
On 10/3/07, Kai Vehmanen <[EMAIL PROTECTED]> wrote: > So it would seem this is supported as well after all and the documentation > is in fact correct. Sorry for adding to > the confusion, and thanks Fabio for pointing this out! Thank you for making this clear and my worries go away... :)

Re: [Sofia-sip-devel] 1.12.6 Application Interface

2007-10-03 Thread Jerry Richards
t; PROTECTED]:5060') >> 41.719p SOFInua: nh_create_handle: entering >> 41.719p CE2S ...[2]nua_handle() returned nh=0x100f6d48 >> 41.719p CE2Snua_register(nh=0x100f6d48, >> SIPTAG_FROM(sip:[EMAIL PROTECTED

Re: [Sofia-sip-devel] 1.12.6 Application Interface

2007-10-03 Thread Kai Vehmanen
Hi, ok, forget my reply yesterday. :) On Wed, 3 Oct 2007, Fabio Margarido wrote: >> 1.12.4 allowed you to create the su_root object in one thread, and then >> run it in another. This was changed in 1.12.6. But even with 1.12.4, you >> weren't supposed to access nua objects from two threads at th

Re: [Sofia-sip-devel] 1.12.6 Application Interface

2007-10-03 Thread Fabio Margarido
Hi there, On 10/2/07, Kai Vehmanen <[EMAIL PROTECTED]> wrote: > Sofia-SIP is an event-driven library where you can have multiple event > loops, but each of those has to be accessed from at most one thread. > > So if you have a multithreaded application, you can: >- run multiple separate nua in

Re: [Sofia-sip-devel] 1.12.6 Application Interface

2007-10-03 Thread Jerry Richards
Message- From: Kai Vehmanen [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 02, 2007 12:39 PM To: Jerry Richards Cc: sofia-sip-devel@lists.sourceforge.net Subject: Re: [Sofia-sip-devel] 1.12.6 Application Interface Hi, On Tue, 2 Oct 2007, Jerry Richards wrote: > Currently, with 1.12.4,

Re: [Sofia-sip-devel] 1.12.6 Application Interface

2007-10-02 Thread Kai Vehmanen
Hi, On Tue, 2 Oct 2007, Jerry Richards wrote: > Currently, with 1.12.4, my call control application thread handles messages > from other application threads that include removing/adding new lines (i.e. > multiple NUAs). If it is now a 1.12.6 requirement that the su_root_ thread > calls nua_creat

[Sofia-sip-devel] 1.12.6 Application Interface

2007-10-02 Thread Jerry Richards
Currently, with 1.12.4, my call control application thread handles messages from other application threads that include removing/adding new lines (i.e. multiple NUAs). If it is now a 1.12.6 requirement that the su_root_ thread calls nua_create(), how would my call control thread communicate to the