[Sofia-sip-devel] notes from irc meeting 2006-09-26

2006-09-26 Thread Kai Vehmanen
Hello all, for those who couldn't attend today's irc meeting, here are some notes: - 1.12.2 will be released any moment now - pending issues: remaining compiler warnings and testsuite issues - 1.12.3 - main features will be the alternate-identity support for nua and

Re: [Sofia-sip-devel] NUTAG_IDENTITY and contact header

2006-09-26 Thread Kai Vehmanen
On Fri, 22 Sep 2006, Michael Jerris wrote: Attached is the beginnings of a patch for this can someone point me in the right direction of what else I need to do.. I know I need to add the nua_respond_to_register still.. what I would like to do is just send the event up to the event loop

Re: [Sofia-sip-devel] Cross-compile failing configure now.....

2006-09-26 Thread Colin Whittaker
Works now. Thanks. BTW, are these warnings expected ? (./autogen.sh) + autoreconf -i /usr/share/aclocal/libgcrypt.m4:23: warning: underquoted definition of AM_PATH_LIBGCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending-aclocal

[Sofia-sip-devel] Stuck in su forever....

2006-09-26 Thread Colin Whittaker
Looks like some recent patch broke the su wait loop in su_port.c 1173 unsigned j; 1174 for (j = (unsigned)i; j n; i++) { 1175if (waits[j].revents) { Looks like j never gets incremented and we stay here forever. I'm still not good with darcs. What is a good

[Sofia-sip-devel] sofia-sip changes (2006-09-26)

2006-09-26 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo http://sofia-sip.org/repos. Tue Sep 26 20:05:07 EEST 2006 [EMAIL PROTECTED] * win32/check.cmd: use test_htable. M ./win32/check.cmd r1 Tue Sep 26 20:04:53 EEST 2006 [EMAIL PROTECTED] * su/Makefile.am: do not install

[Sofia-sip-devel] Broken nua_invite: error 900

2006-09-26 Thread Kaluakoi
First: sorry about the size of this post.I have been trying for some time to get basic functionality working using Sofia; essentially send an INVITE to a Sip server (Asterisk) and have it work. I continually get an error '900' which seems to be translated from an internal error '500'. As near as I

Re: [Sofia-sip-devel] sofia-sip changes (2006-09-26)

2006-09-26 Thread Michael Jerris
Fix prototype. -Original Message- From: [EMAIL PROTECTED] [mailto:sofia-sip- [EMAIL PROTECTED] On Behalf Of Sofia-SIP Darcs Changes Sent: Tuesday, September 26, 2006 2:56 PM To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] sofia-sip changes (2006-09-26) This

[Sofia-sip-devel] Current darcs and Mac OS X

2006-09-26 Thread Brian West
In current darcs you have this code: in su_os_nw.c #if defined(__APPLE_CC__) #include AvailabilityMacros.h #include sys/cdefs.h #include CoreFoundation/CoreFoundation.h #include SCDynamicStore.h #include SCDynamicStoreKey.h #include SCSchemaDefinitions.h #endif /* __APPLE_CC__ */ Needs to change