TAPI problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello!! I am writing a TAPI program in which there are two appliations.One for the server and one for the client. When I am dialing from the client it reaches the server and then the server calls lineAccept(). The lineAccept also succeeds. It then goes to LINE_REPLY of teh server and it gives error there i.e the dwParm2 value is negative... The dwParam1 paramater(dwrequestID) of the lineCallBackFunc is same as the return value of the lineAccept(). The error is LINEERR_OPERATIONUNAVAIL which means: The operation is not available, such as for the given device or specified line. We have no idea as to why this error is occuring.. Please help.. Sandeep