[Sofia-sip-devel] sofia-sip-1.12.5 Compile failure on win32, VC 6

2007-03-05 Thread brian_moody
I'm getting the following compiler errors (and more) when compiling sofia-sip-1.12.5 win32, using Visual C 6: C:\downloads\sofia-sip\sofia-sip-1.12.4.tar\sofia-sip-1.12.4\libsofia-sip-ua\msg\msg_basic.c(82) : error C2065: 'msg_error_hash' : undeclared identifier C:\downloads\sofia-sip\sofia-

Re: [Sofia-sip-devel] INVITE without SDP: No session set by user

2007-03-05 Thread Pekka Pessi
2007/3/5, Chung Pak Lai <[EMAIL PROTECTED]>: > Thanks for the quick feedback. And it works! I am wondering is it > possible to send a 200 OK without specifying SDP message at all? Well, at least with the 1.12.5work1 it might work. Just give tag NUTAG_MEDIA_ENABLE(0) to nua_respond() (or nua_create

[Sofia-sip-devel] sofia-sip changes (2007-03-05)

2007-03-05 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Mon Mar 5 17:06:55 EET 2007 Pekka Pessi <[EMAIL PROTECTED]> * nta.c: discard stateless 2XX response to INVITE with bad Via header The responses with zero or more than one Via headers or Via

Re: [Sofia-sip-devel] INVITE without SDP: No session set by user

2007-03-05 Thread Chung Pak Lai
Thanks for the quick feedback. And it works! I am wondering is it possible to send a 200 OK without specifying SDP message at all? Thanks again -Original Message- From: Pekka Pessi [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 10:56 AM To: Chung Pak Lai Cc: sofia-sip-devel@list

Re: [Sofia-sip-devel] INVITE without SDP: No session set by user

2007-03-05 Thread Pekka Pessi
2007/3/5, Chung Pak Lai <[EMAIL PROTECTED]>: > { > if (!sip->sip_payload) > { > nua_respond(nh, 200, "OK", > TAG_NULL()); > return; > } > > However, after running this program, it terminates the call by specifiying a > 500 response with "No session set b

[Sofia-sip-devel] INVITE without SDP: No session set by user

2007-03-05 Thread Chung Pak Lai
Hi, I am using sofia-sip to build a UAS and I am having problem of processing the initial INVITE without SDP described in rfc 3261 Chapter 13.2.1. According to the rfc (Chapter 13.3.1): "If the INVITE does not contain a session description, the UAS is being asked to participate in a sessi

[Sofia-sip-devel] Building 1.12.5work1 on FC6 x86_64

2007-03-05 Thread Jeffrey C. Ollie
I'm working on packaging sofia-sip for Fedora, but I'm having problem building on a x86_64. The build fails in the following location: make[4]: Entering directory `/builddir/build/BUILD/sofia-sip-1.12.5work1/libsofia-sip-ua/tport' test_tport.c:535: tport_test init_test() FAILED: tport_tbind(tt->

[Sofia-sip-devel] Preparing for release 1.12.6

2007-03-05 Thread Pekka Pessi
Hello all, We plan to release Sofia SIP 1.12.6 pretty soon. The release 1.12.6 includes only a few new features but rather it fixes the major problems introduced in 1.12.5 and earlier. There is now a tarball in http://sofia-sip.org/~ppessi/sofia-sip-1.12.5work1.tar.gz for easier testing. It conta

Re: [Sofia-sip-devel] sresolv module questions

2007-03-05 Thread Pekka Pessi
2007/2/16, Colin Whittaker <[EMAIL PROTECTED]>: > Well, that didn't really work... The for loop doesn't traverse when there > is one server. Thanks for the patches. I tried to figure out what the surrounding code does, and I think the logic calling sres_next_server() and reacting to permanent/tra