Re: [OpenSIPStack] TCP and TLS support
Brought to you by:
joegenbaclor
From: <jo...@op...> - 2008-10-23 15:36:41
|
This means windns.h was not located by configure.exe. DNS API is usually part of the platform SDK that goes with visual studio. This is a dependency of opensipstack in windows builds. Please confirm if you have windns.h and dnsapi.lib in your system. If not, install the platform SDK for you MSVC compiler Marshall Jobe wrote: > > > > SIPSrvRecord.cxx will not compile... > > > > .\src\SIPSrvRecord.cxx(452) : error C2653: 'PDNS' : is not a class or > namespace name > > .\src\SIPSrvRecord.cxx(452) : error C2065: 'SRVRecordList' : > undeclared identifier > > .\src\SIPSrvRecord.cxx(452) : error C2065: 'srvUdpRecords' : > undeclared identifier > > .\src\SIPSrvRecord.cxx(453) : error C2653: 'PDNS' : is not a class or > namespace name > > .\src\SIPSrvRecord.cxx(453) : error C2065: 'SRVRecordList' : > undeclared identifier > > .\src\SIPSrvRecord.cxx(453) : error C2065: 'srvTcpRecords' : > undeclared identifier > > .\src\SIPSrvRecord.cxx(464) : error C2065: 'srvUdpRecords' : > undeclared identifier > > > > ... > > > > > > I have tracked it down. The opensipstack/include/ptclib/pdns.h file is > #if'd out. > > > > At the top it says #if P_DNS since this is not defined in the project, > it doesn't build. > > > > Why is this not defined? I'm using your .sln file. OpenSIPStack.sln. > > I am using > > > > > > > > -----Original Message----- > From: jo...@op... [mailto:joe...@gm...] > Sent: Wednesday, October 22, 2008 8:49 PM > To: ope...@li... > Subject: Re: [OpenSIPStack] TCP and TLS support > > > > Marshall Jobe wrote: > > > Help needed... > > > This is what we need to do. > > > > > > We have our own RTP stack that we want to use. We just want to use the > > > SIP > > > portion of the opensipstack and have the SIP portion tell us when to set > > > up > > > an RTP call. We want to manage the RTP portion completely. > > > > > > How do we do this using opensipstack? > > > > > > > Please clarify. You want to use your own RTP stack. Does this include > > using your own codecs and audio input output steams as well? > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > > Build the coolest Linux based applications with Moblin SDK & win great > prizes > > Grand prize is a trip for two to an Open Source event anywhere in the > world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.175 / Virus Database: 270.8.2/1740 - Release Date: 10/22/2008 7:24 PM > > |