This has a big impact to my application.  Doesn't the Initialization and
deinitialization paragraph of the Sofia SIP User Agent Library - "nua" -
High-Level User Agent Module document say: "... This can be handled for
example by having a separate thread that calls NUA functions to send
messages or ..."?  Is this no longer true in 1.12.6?

Best Regards,
Jerry



-----Original Message-----
From: Pekka Pessi [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 19, 2007 6:27 AM
To: Jerry Richards
Cc: sofia-sip-devel@lists.sourceforge.net
Subject: Re: [Sofia-sip-devel] FW: Initialization of Sofia SIP v1.12.6
Error


2007/9/18, Jerry Richards <[EMAIL PROTECTED]>:
> My 1.12.4 based application always called su_root_create() and
nua_create()
> first, then called su_root_run() from a newly created thread.  After that,
> nua_register() is called.
>
> Did something in this area change in version 1.12.6?

Unfortunately, yes. Now some su_root_ functions use the thread ID to
do some optimizations. So you have to call su_root_create() and
nua-create() from the same thread that acutally runs the stack.

--
Pekka.Pessi mail at nokia.com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to