|
![]() |
Performs a blind or single-step transfer of the call to the destination
address specified by the DestAddress parameter. After the blind transfer
successfully completes, the call is typically cleared from the line, and
it transitions to the idle state. Declarationprocedure BlindTransfer(DestAddress: String); RemarksUsing this method causes the TAPI lineBlindTransfer function to be called. This function works in an asynchronous manner. See the chapter "The Synchronous / Asynchronous Model" and the ThbTapiLine.Options.SyncMode property to read more about the handling of asynchronous functions. ErrorsUsing this method may cause an EhbTapiError exception. Possible errors are: LINEERR_INVALCALLHANDLE, LINEERR_INVALCOUNTRYCODE, LINEERR_INVALCALLSTATE, LINEERR_INVALPOINTER, LINEERR_NOMEM, LINEERR_OPERATIONUNAVAIL, LINEERR_NOTOWNER, LINEERR_RESOURCEUNAVAIL, LINEERR_INVALADDRESS, LINEERR_UNINITIALIZED, LINEERR_ADDRESSBLOCKED, LINEERR_OPERATIONFAILED. See AlsoThbTapiCall.SetupTransfer |