ThbTapiLine.OnHoldPendTrans
Unit: hbTapi
 

This event fires when the call is currently on hold awaiting transfer to another number.

Availability

Design-Time: Read, Write / Run-Time: Read, Write

Declaration

procedure (Sender: ThbTapiLine; Call: ThbTapiCall);
propety OnHoldPendTrans: ThbTapiCallEvent;

Remarks

This event will fire only if the bit flag LINECALLSTATE_ONHOLDPENDTRANSFER is set in the property ThbTapiLine.Address[<any available>].Caps.CallStates. The OnCallState event fires immediately before this event.

Please refer to the section "LINE_CALLSTATE" and "LINECALLSTATE_ONHOLDPENDTRANSFER" in TAPI's documentation for a more detailed information.

See Also

ThbTapiCall.State