ThbTapiLine.OnRedirectingID
Unit: hbTapi
 

This event is fired when TAPI indicates that the RedirectingID information has become available or has changed. The values are stored in the call's RedirectingID property.

Avalabiltity

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

Declaration

procedure (Sender: ThbTapiLine; Call: ThbTapiCall);
property OnRedirectingID : ThbTapiCallEvent;

Remarks

This event will fire only if the bit flag LINECALLINFOSTATE_REDIRECTINGID is set in the property ThbTapiLine.Addresses[<any available>].Caps.CallInfoStates. The ThbTapiLine.OnCallInfo event is fired just before this event.

Please refer to the sections "LINE_CALLINFO" and "LINECALLINFOSTATE_REDIRECTINGID" in TAPI's documentation for a more detailed information.