[Sofia-sip-devel] Parameters in user part of url

2007-07-12 Thread Fabio Margarido
Hi there, I need my application to support the cpc parameter described in draft-mahy-iptel-cpc-06 ( http://tools.ietf.org/wg/iptel/draft-mahy-iptel-cpc-06.txt ), so I'll receive messages with headers like: From: ;tag=12341234 I believe the 'user' parameter will be parsed and put in the url para

[Sofia-sip-devel] building sofia sip 1.12.6 on windows

2007-07-12 Thread aviad rozenhek
Hi, I am trying to compile release sofia-sip-1.12.6 on windows. I am using cygwin, visual studio 2005, windows XP. after running autogen.cmd from cygwin, I open SofiaSIP.sln in visual studio and try to compile. I get: 1>inet_ntop.c 1>d:\samples\sofia-sip-1.12.6\sofia-sip-1.12.6\libsofia-sip-ua\s

[Sofia-sip-devel] RTSP support

2007-07-12 Thread aviad rozenhek
Hi, I am looking for an open-source RTSP/SDP/RTP client protocol stack implementation, which works on mac/windows. googling has turned out some libraries, but I didn't find them very useful or easy to use. So I thought of implementing the relatively easy RTSP protocol based on a SIP library that a

Re: [Sofia-sip-devel] RTSP support

2007-07-12 Thread Jeffrey C. Ollie
On Wed, 2007-07-11 at 18:02 +0300, aviad rozenhek wrote: > > I am looking for an open-source RTSP/SDP/RTP client protocol stack > implementation, which works on mac/windows. googling has turned out > some libraries, but I didn't find them very useful or easy to use. So > I thought of implementing

Re: [Sofia-sip-devel] building sofia sip 1.12.6 on windows

2007-07-12 Thread Kai Vehmanen
Hi, On Wed, 11 Jul 2007, aviad rozenhek wrote: > I am trying to compile release sofia-sip-1.12.6 on windows. [...] > 1>d:\samples\sofia-sip-1.12.6\sofia-sip-1.12.6\libsofia-sip-ua\su\sofia-sip\su.h(73) > : fatal error C1083: Cannot open include file: 'tpipv6.h': No such > file or directory you n

Re: [Sofia-sip-devel] building sofia sip 1.12.6 on windows

2007-07-12 Thread Michael Jerris
If your using vs2005 and xp you should not need that.. It looks more like you are using the express edition of mvsc 2005 and you don't have the platform sdk installed, or visual studio properly configured to use it. Also, as a side note, you don't need cygwin to run autogen.cmd, you just need a ga

[Sofia-sip-devel] sofia-sip changes (2007-07-12)

2007-07-12 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Thu Jul 12 17:45:52 EEST 2007 [EMAIL PROTECTED] * added copyrights for Open C build files M ./open_c/group/bld.inf -155 +140 M ./open_c/group/libsofia-sip-ua-glib.mmp +6 M ./open_c/grou

Re: [Sofia-sip-devel] building sofia sip 1.12.6 on windows

2007-07-12 Thread aviad rozenhek
Actually I am using msvc 2005 proffessional. I have the vista SDK installed. is the win32 build something people use or is it usually untested? thanks aviad On 7/12/07, Michael Jerris <[EMAIL PROTECTED]> wrote: If your using vs2005 and xp you should not need that.. It looks more like you ar