contents.gifindex.gifprev1.gifnext1.gif

CallDisconnect event

As its name implies, the CallDisconnect event is fired to your program when a call is disconnected from a telephone line. When this event is received, your program should do whatever is necessary to clean up after its call session.

This event presents your program with the LineNumber, as a short integer, of the line the disconnect occurred on.

Property interactions: None.