Re: [Sofia-sip-devel] nua_respond() from thread different than callback function

2008-06-03 Thread Jerry Richards
- From: Pekka Pessi [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2008 7:41 AM To: Jerry Richards Cc: sofia-sip-devel@lists.sourceforge.net Subject: Re: [Sofia-sip-devel] nua_respond() from thread different than callback function 2008/5/30 Jerry Richards <[EMAIL PROTECTED]>: > I

Re: [Sofia-sip-devel] nua_respond() from thread different than callback function

2008-06-03 Thread Pekka Pessi
2008/5/30 Jerry Richards <[EMAIL PROTECTED]>: > I am having difficulty invoking nua_respond() from an application thread > different than the callback function thread (I want to reply with 200 OK for > an OPTIONS request). If the nua_respond() function is called from the other > thread, I get a "5

[Sofia-sip-devel] nua_respond() from thread different than callback function

2008-05-29 Thread Jerry Richards
Hello All, I am having difficulty invoking nua_respond() from an application thread different than the callback function thread (I want to reply with 200 OK for an OPTIONS request). If the nua_respond() function is called from the other thread, I get a "500 Responding to Non-Existing Request" fro