Hi, thanks for reply
nhaas: I made a little program in C working with TAPI 3.0 and it was possible to detect busy, disconnect for timeout, etc.
I used lineMakeCall api function and I was defined a callback function that it receives the following "states":
LINECALLSTATE_BUSY: LINECALLSTATE_DISCONNECTED: LINEDISCONNECTMODE_NORMAL: LINEDISCONNECTMODE_UNKNOWN: LINEDISCONNECTMODE_REJECT: LINEDISCONNECTMODE_PICKUP: LINEDISCONNECTMODE_FORWARDED: LINEDISCONNECTMODE_BUSY: LINEDISCONNECTMODE_NOANSWER: LINEDISCONNECTMODE_BADADDRESS: LINEDISCONNECTMODE_UNREACHABLE: LINEDISCONNECTMODE_CONGESTION: LINEDISCONNECTMODE_INCOMPATIBLE: LINEDISCONNECTMODE_UNAVAIL: LINEDISCONNECTMODE_NODIALTONE: LINECALLSTATE_CONNECTED:
Now I need to do the same program but in Visual Basic .NET and I dont know how to do it (using TAPI, Serialport)
Regards
Dr CRS
|