TELRetrieve
Retrieves a call that is on hold.
pascal TELErr TELRetrieve (TELCAHandle hTELCA);
hTELCA- A handle to the call appearance structure for the call that is on hold.
- function result
- A result code.
DESCRIPTION
The call appearance referenced byhTELCAmust be in thetelCAHeldStatestate when you call theTELRetrievefunction.If
TELRetrievecompletes successfully, the call appearance enters thetelCAActiveStatestate and your call appearance message handler gets atelCAHoldMsgmessage with thevalueparameter set totelHoldCleared.