[Sofia-sip-devel] win32 test failures.

2007-02-26 Thread Michael Jerris
I have the following test results currently on windows. Please let me know what I can do to help troubleshoot these issues. Mike C:\src\sofia-sip\win32check C:\src\sofia-sip\win32tests\torture_su_alloc\Debug\torture_su_alloc.exe torture_su_alloc: PASS

Re: [Sofia-sip-devel] New client side nua assert

2007-02-26 Thread Pekka Pessi
2007/2/16, Michael Jerris [EMAIL PROTECTED]: This one is when cr-cr_orq != NULL. I don't have logs that go along with this one. Will try to capture them next time it happens. I managed to find the problem, the stack tried to send BYE twice if PRACK failed. I'll push a fix shortly. --Pekka

Re: [Sofia-sip-devel] nua_session.c with MEDIA_ENABLE(0) - bug?

2007-02-26 Thread Pekka Pessi
2007/2/24, Marcin Michalak [EMAIL PROTECTED]: I tried to take care of the SDP negotiation myself, but then nua was crashing as described before. I have temporarily commented out the code in nua_session.c, line 3740: nua_stack_tevent(nh-nh_nua, nh, NULL, nua_i_state,

Re: [Sofia-sip-devel] Convert function into nua_callback_f?

2007-02-26 Thread Pekka Pessi
2007/2/21, Marcin Michalak [EMAIL PROTECTED]: Hi, As in the example sip_options.c, I have the event_callback function: void event_callback(nua_event_t event, int status, char const *phrase, nua_t*nua,

Re: [Sofia-sip-devel] error building sofia-sip 1.12.5 with VS2005

2007-02-26 Thread Pekka Pessi
2007/2/18, Gustavo GarcĂ­a Bernardo [EMAIL PROTECTED]: When building sofia-sip 1.12. 5 with Visual Studio 2005 I receive this warning (and the project settings include treat warnings as errors): ...sofia-sip-1.12.5\libsofia-sip-ua\sip\sip_parser_table.c(137) : warning C4267: 'initializing' :

Re: [Sofia-sip-devel] Welcome to the Sofia-sip-devel mailing list

2007-02-26 Thread Pekka Pessi
2007/2/21, yatindra mungre [EMAIL PROTECTED]: 1) Whether we have an SIP server which supports msrp extensions? From where it can be (free) downloaded? And whether we can get the basic MSRP plugins? I don't know anyfree msrp implementation. Sorry. But if you fin one, please don't hesitate to

Re: [Sofia-sip-devel] working with multiple-ip-addresses

2007-02-26 Thread Pekka Pessi
2007/2/25, adi yoresh [EMAIL PROTECTED]: We want to implement application that uses multiple IP addresses for sending and receiving SIP messages. Is it possible to define nta_agent or nua_agent object that holds number of sockets on different addresses? You can ask nta to bind to different

[Sofia-sip-devel] sofia-sip changes (2007-02-26)

2007-02-26 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo http://sofia-sip.org/repos/sofia-sip. Mon Feb 26 20:56:21 EET 2007 Pekka Pessi [EMAIL PROTECTED] * nua: updated documentation M ./libsofia-sip-ua/nua/nua.docs -9 +13 M ./libsofia-sip-ua/nua/nua_extension.c -3 +9 M

Re: [Sofia-sip-devel] win32 test failures.

2007-02-26 Thread Pekka Pessi
2007/2/26, Michael Jerris [EMAIL PROTECTED]: I have the following test results currently on windows. Please let me know what I can do to help troubleshoot these issues. C:\src\sofia-sip\win32tests\torture_su_root\Debug\torture_su_root.exe su_socket_port_init: socket: Successful WSAStartup()

Re: [Sofia-sip-devel] win32 test failures.

2007-02-26 Thread Michael Jerris
Updated test results from current darcs below. Please note, this is on vista on my laptop. Perhaps the is a new issue in vista, I will try to test on an xp or 2000 box later today and see if I get the same. This very well could be related to new security stuff in the ip stack in vista. I also