contents.gifindex.gifprev1.gifnext1.gif

IncomingCall event

This event is fired when an incoming call (ringing) is detected on one of the telephone lines connected to your AG card(s). This event presents the LineNumber, as a short integer, to indicate which line the signal was detected on this event indicates that a connection is available. To complete the connection, your program should use the AnswerCall method or the RejectCall method to ignore the call. In any event, one of these two methods must be called. If neither is called after an IncomingCall event, your program will not be notified of any future incoming calls.

Property interactions: This event is sensitive to the RejectCalls property. If RejectCalls is TRUE (enabled), then no IncomingCall events will be fired.