[Sofia-sip-devel] sofia-sip changes (2009-01-16)

2009-01-16 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Fri Jan 16 21:42:45 EET 2009 Pekka Pessi * test_auth_digest.c: fixed warnings from function declarations M ./libsofia-sip-ua/iptsec/test_auth_digest.c -3 +3 Fri Jan 16 21:42:36 EET 2009 Pekk

Re: [Sofia-sip-devel] Sending outgoing transaction with TCP instead of UDP

2009-01-16 Thread Aleksander Morgado
Hi Pekka, >> In a stateful NTA, I am getting SIP SUBSCRIBE from a sip client using >> TCP connection, and I would like to send back the NOTIFY messages to >> the subscriber also using TCP, instead of UDP. I found that >> nta_outgoing_tcreate() uses UDP by default, and I didn't found any way >> to

Re: [Sofia-sip-devel] ETSI Testing: Originating Call and BYE

2009-01-16 Thread Paulo Pizarro
2009/1/16 Pekka Pessi : > 2009/1/16 Paulo Pizarro : > 17.1.1.3: ... The To header field in the ACK MUST equal the To header > field in the > response being acknowledged, and therefore will usually differ from > the To header field in the original request by the addition of the >

Re: [Sofia-sip-devel] msg_header_format issue (?)

2009-01-16 Thread Andrew Rechenberg Lists
> > The idea is to try to print header in a small buffer, and if it does > not fit, allocate bigger one. If snprintf() works (and why it should > not??), there should be no overflow. > > What the snprintf() returns on the first round, what is the value it > returns? > My data gets overwritten

Re: [Sofia-sip-devel] Sending outgoing transaction with TCP instead of UDP

2009-01-16 Thread Pekka Pessi
2009/1/16 Aleksander Morgado : > In a stateful NTA, I am getting SIP SUBSCRIBE from a sip client using > TCP connection, and I would like to send back the NOTIFY messages to > the subscriber also using TCP, instead of UDP. I found that > nta_outgoing_tcreate() uses UDP by default, and I didn't foun

Re: [Sofia-sip-devel] ETSI Testing: Originating Call and BYE

2009-01-16 Thread Pekka Pessi
2009/1/16 Paulo Pizarro : 17.1.1.3: ... The To header field in the ACK MUST equal the To header field in the response being acknowledged, and therefore will usually differ from the To header field in the original request by the addition of the tag parameter. >>> >>> This re

Re: [Sofia-sip-devel] How to debug sofia-sip

2009-01-16 Thread Stefano Sabatini
On date Thursday 2009-01-15 19:35:44 +0200, Pekka Pessi phoned this: > 2009/1/14 Stefano Sabatini : > > I'm trying to debug sofia-sip. > > > > I'm configuring with this command: > > > > CFLAGS="$CFLAGS -ggdb -O0" ./configure --prefix=$HOME > > > > and I can see the symbols in the output libs and th

[Sofia-sip-devel] Sending outgoing transaction with TCP instead of UDP

2009-01-16 Thread Aleksander Morgado
Hi all, In a stateful NTA, I am getting SIP SUBSCRIBE from a sip client using TCP connection, and I would like to send back the NOTIFY messages to the subscriber also using TCP, instead of UDP. I found that nta_outgoing_tcreate() uses UDP by default, and I didn't found any way to make it use TCP.

Re: [Sofia-sip-devel] ETSI Testing: Originating Call and BYE

2009-01-16 Thread Paulo Pizarro
2009/1/16 Paulo Pizarro : > Hi Pekka, > > 2009/1/15 Pekka Pessi : >> 2009/1/14 Paulo Pizarro : >>> I found problems in the following tests : >>> >>> - SIP_CC_OE_CE_V_017, SIP_CC_OE_CR_V_001, SIP_CC_OE_CR_V_002 >>> ETSI requests that the TO header in the ACK/BYE messages are exactly >>> the same as

[Sofia-sip-devel] Recent automake changes

2009-01-16 Thread Pekka Pessi
I'm feeling a bit uneasy with this patch. If anyone developing with Darcs version has any kind of problems with automake or building Sofia SIP with this patch please report them. > Tue Jan 13 18:10:10 EET 2009 Pekka Pessi > * rules/silent.am: silence. at last. > >M ./Makefile.am -2 +5 >

Re: [Sofia-sip-devel] ETSI Testing: Originating Call and BYE

2009-01-16 Thread Paulo Pizarro
Hi Pekka, 2009/1/15 Pekka Pessi : > 2009/1/14 Paulo Pizarro : >> I found problems in the following tests : >> >> - SIP_CC_OE_CE_V_017, SIP_CC_OE_CR_V_001, SIP_CC_OE_CR_V_002 >> ETSI requests that the TO header in the ACK/BYE messages are exactly >> the same as the one found in the final response

Re: [Sofia-sip-devel] SOA_TAG_ACTIVE_AUDIO meaning

2009-01-16 Thread Pekka Pessi
2009/1/15 Inca Rose : > I don't actually understand when the SOA_TAG_AUDIO_ACTIVE is present, > and if it present what it represents. You are not alone. ;) > For example in an outgoing INVITE is is present in the first callback > ( INVITE Sent ) > with active_audio=3. I suppose this means that th

Re: [Sofia-sip-devel] msg_header_format issue (?)

2009-01-16 Thread Pekka Pessi
2009/1/16 Andrew Rechenberg Lists : >> > >> > I've got the NTLM code returning a Base 64 encoded auth challenge > but >> > when I try to run my gssapi char * variable through > msg_header_format >> > the actual value of the variable is being modified/overwritten >> somehow. >> >> Interesting... Can