Re: [Sofia-sip-devel] Building sofia-sip with mingw

2009-03-13 Thread Della Betta Filippo
Hi, Hm, wonder what was the reason to drop the extern in first place? What do you mean ? Sorry I don't get it :( generated defining HAVE_GAI_STRERROR to 1 You could have a peek in config.log and see config.log which diagnostics the gcc spews out there. Attached the program that configure

[Sofia-sip-devel] Logging in sofia-sip

2009-03-13 Thread Aleksander Morgado
Hi all, I am trying to discover why a call to nta_outgoing_tcreate() returns NULL. It probably is due to a wrong tag, but the thing is that even if I enable the maximum logging level, I don't get any error message explaining what's wrong. I set SOFIA_DEBUG, NTA_DEBUG and SU_DEBUG environment

Re: [Sofia-sip-devel] Building sofia-sip with mingw

2009-03-13 Thread Della Betta Filippo
There is also some problems with thread-specific storage in su_uniqueid.c. Currently, I plan to solve the issue with pthread_once, pthread_key and a cleanup function declared with GCC __attribute__((destructor)) on Unix systems. I plan to call the destructor fucntion from a DllMain() function in

Re: [Sofia-sip-devel] Building sofia-sip with mingw

2009-03-13 Thread Pekka Pessi
2009/3/13 Della Betta Filippo filippo.dellabe...@telecomitalia.it: Hm, wonder what was the reason to drop the extern in first place? What do you mean ? Sorry I don't get it :( At some point in Sofia history, there was extern there. But it has been removed, and I wonder (aloud) why. generated

Re: [Sofia-sip-devel] 904 No Matching Challenge

2009-03-13 Thread Jerry Richards
Hello All, Okay, I tried setting AUTHTAG_EXPIRES(1) and AUTHTAG_CACHE_ERRORS(1), but neither of these fixed the problem, that is, where nua_register() retries did not reply with the authentication header (only the first nua_register() call does). However, Mikhail's suggestion of commenting out

Re: [Sofia-sip-devel] 904 No Matching Challenge

2009-03-13 Thread Jerry Richards
Hello All, By the way, it could be that I don't understand something about the registration/authentication concept implemented in sofia-sip. Given this scenario where the username or password is incorrect, then as the phone periodically retries registration, a user must EITHER correct the