|
This event is fired when the call is receiving a busy tone. A busy tone indicates that the call cannot be completed, because the remote party's station or the trunk are in use. The StateMode parameter contains details about the busy mode. This parameter uses one of the LINEBUSYMODE_ constants:
AvalabiltityDesign-Time: Read, Write / Run-Time: Read, Write Declaration procedure (Sender: ThbTapiLine; Call: ThbTapiCall); RemarksThis event will fire only if the bit flag LINECALLSTATE_BUSY is set in the property ThbTapiLine.Address[<any available>].Caps.CallStates. The OnCallState event fires immediately before this event. Please refer to the section "LINECALLSTATE_BUSY" in TAPI's documentation for a more detailed information. |