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?


Regards,

Derek
_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to