TELHold
Puts a call on hold.
pascal TELErr TELHold (TELCAHandle hTELCA);
hTELCA- A handle to the call appearance structure for the call to be put on hold.
- function result
- A result code.
DESCRIPTION
The call appearance referenced byhTELCAmust be in thetelCAActiveStateortelCAConferencedStatestate when you call the TELHold function.If
TELHoldcompletes successfully, the call appearance enters thetelCAHeldStatestate and your call appearance message handler gets atelCAHoldMsgmessage with thevalueparameter set totelHoldEst.