This event is fired when the status for the phone line changes.
[Visual Basic] Public Event LineStatus(ByVal StatusID As Integer) |
Parameters
StatusID
This parameter indicates different status for the phone line and can be one of the following values.
StatusID Value |
Comment |
0 |
There is an incoming call. |
1 |
The call is proceeding. |
2 |
The line is connected. |
3 |
The line is disconnected. |
4 |
The line is busy, please dial later. |
5 |
No dial tone was detected. |
6 |
The remote side does not answer. |
Remarks
You can use this event to monitor the status of call or wait-for-call process.
See Also
MakeCall Property | WaitForCall Property | DropCall Property