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

2009-03-06 Thread Jonas Jalminger
Dear All, Building sofia-sip on Windows using mingw/msys is hard. I have not seen too many posts regarding this so I will share my experience so far. I started by doing an autreconf in the top directory. Trying configure gave the following problem: ./configure: line 16805: syntax error near un

[Sofia-sip-devel] Thanks!!!

2009-03-06 Thread gilles Djomo Sawa
Hi Stefano and thank you for replying! However i get this error-message by the execution: " su_ocket_port_init: socket: Successful WSAStartup() not yet performed" What's meaning? Thank and regards -- Open Source

Re: [Sofia-sip-devel] Thanks!!!

2009-03-06 Thread Della Betta Filippo
Probably you missed to call su_init() at the beginning of your program ? From: gilles Djomo Sawa [mailto:gilless...@yahoo.fr] Sent: venerdì 6 marzo 2009 12.16 To: sofia-sip-devel@lists.sourceforge.net Subject: [Sofia-sip-devel] Thanks!!! Hi Stefano and thank you for replying! However i get this

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

2009-03-06 Thread Pekka Pessi
2009/3/6 Jonas Jalminger : > Building sofia-sip on Windows using mingw/msys is hard. I have not seen > too many posts regarding this so I will share my experience so far. Thanks for sharing. > I started by doing an autreconf in the top directory. I'm afraid that this is a mistake. autoconf and a

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

2009-03-06 Thread Kai.Vehmanen
Hi, On 06 March 2009, Jonas Jalminger wrote: >I started by doing an autreconf in the top directory. Trying configure >gave the following problem: it might be a good idea to first try compiling a release tarball. This way you avoid a whole bunch of possible problems with autotool versions (relea

[Sofia-sip-devel] UA: REGISTER: 408 Request Timeout" error while configuring sofsip_cli 0.16

2009-03-06 Thread Sathish Kumar
Hi, I successfully compiled the sofsip-cli-0.16 source, but while registering with SIP server (voipcheap) I got "UA: REGISTER: 408 Request Timeout" error. Debug report is as follows (please find the attachment for complete log). Can somebody give me a solution to fix this problem? Thanks,Sathish

Re: [Sofia-sip-devel] UA: REGISTER: 408 Request Timeout" error while configuring sofsip_cli 0.16

2009-03-06 Thread Sathish Kumar
forgot the attachment in previous post.. Please find the attachment for complete log. Thanks, Sathish Sathish Kumar wrote: > Hi, > > I successfully compiled the sofsip-cli-0.16 source, but while > registering with SIP server (voipcheap) I got "UA: REGISTER: 408 Request > Timeout" error. Debug re

Re: [Sofia-sip-devel] UA: REGISTER: 408 Request Timeout" error while configuring sofsip_cli 0.16

2009-03-06 Thread Kai.Vehmanen
Hi, On 06 March 2009, Sathish Kumar wrote: >I successfully compiled the sofsip-cli-0.16 source, but while >registering with SIP server (voipcheap) I got "UA: REGISTER: >408 Request >Timeout" error. Debug report is as follows (please find the attachment >for complete log). Can somebody give me a

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

2009-03-06 Thread Jonas Jalminger
Dear Pekka and Kai, Thanks for your replies. I did what Kai suggested and used the latest release tarball (1.12.10). It does not complain about any PKG_CHECK_MODULE. In the config.log I can see the following: It fails when checking for iphlpapi.h as the winbase.h include gives a syntax error o

[Sofia-sip-devel] 904 No Matching Challenge

2009-03-06 Thread Jerry Richards
Hello All, If my MD5 Authentication username is incorrect, I noticed my sofia-sip phone will get a "904 No Matching Challenge" event in response to my nua_authenticate() call. This only happens AFTER the first nua_authenticate() call (the first one works correctly). Has anyone encountered a simi