ThbTapiLine.OnDialing
Unit: hbTapi
 

This event fires when the line device is dialing digits on the call. The dialed digits are collected by the switch.

Avalabiltity

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

Declaration

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

Remarks

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

TAPI sends a LINE_CALLSTATE message with the first parameter LINECALLSTATE_DIALING. Please refer to the section "LINE_CALLSTATE / LINECALLSTATE_DIALING" in TAPI's documentation for a more detailed information.

See Also

ThbTapiCall.State