On Wed, 2009-04-29 at 13:52 -0600, Derek Jones wrote: > Hi all, > > SipTlsServer does not build. There is a mismatch in the constructor > parameters. > > In SipTlsServer.h we have: > > SipTlsServer(int sipPort, > SipUserAgent* userAgent, > SipProtocolServerBase* pSipServer, > UtlBoolean bUseNextAvailablePort = FALSE); > //:Default constructor > > In SipTlsServer.cpp we have: > > // Constructor > SipTlsServer::SipTlsServer(int port, > SipUserAgent* userAgent, > UtlBoolean bUseNextAvailablePort) : > > The pSipServer parameter is missing. > > > Is there an explanation for this or is no one using TLS?
It hasn't been built in a while, I think. There were some changes made during 4.0 that may have changed that signature - does this look familiar Robert? _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
