TELTransferEstablish
Completes a supervised transfer by connecting the party to be transferred with the new destination party.
pascal TELErr TELTransferEstablish ( TELCAHandle hTELCA1, TELCAHandle hTELCA2);
hTELCA1- A handle to the call appearance structure for the call to transfer. Provide the same handle that you passed to the
TELTransferPrepfunction (page 4-35) in itshTELCA1parameter.hTELCA2- A handle to the call appearance structure for the new destination number. Provide the same handle that you passed to
TELTransferPrepin itshTELCA2parameter.- function result
- A result code.
DESCRIPTION
Before calling theTELTransferEstablishfunction, you must have already called theTELTransferPrepfunction (page 4-35). The state of the call appearance referenced byhTELCA2must betelCAActiveState. TheTELTransferEstablishfunction completes the transfer by connecting the remote parties referenced byhTELCA1andhTELCA2.The call appearances you use for the transfer persist for varying amounts of time, depending on the telephone tool and the network switch. Your application need not be concerned with the differences. When your message handler gets a
telCAIdleMsgmessage for a call appearance referenced byhTELCA1orhTELCA2, call theTELCADisposefunction (page 4-52) to dispose of the call appearance structure.SEE ALSO
Use theTELTransferBlindfunction (page 4-37) to accomplish a blind transfer.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help