Hello,

I'd like to use TAPI in order to establish a connection between a client and a server. But the communication/data transfer should be realized with sockets.

I know, that RAS is the answer, because it uses TAPI by itself. But I don't know how to setup a RAS server, waiting for an incoming connection from my own application.

I've read, that only server operating systems are able to setup a RAS server. Is that really true? And how will my own application be informed, that a new connection has been established? Is that possible at all?

Thx in advance!