Transfer Constants
Thevalueparameter of thetelCATransferMsgmessage (page 5-18) indicates the outcome of transfer activity. It contains one of the following constants.
enum { telTransferPrepFailed = 0, telTransferPending = 1, telTransferEst = 2, telTransferFailed = 3, telTransferred = 4 };Constant descriptions
telTransferPrepFailed- Could not establish a connection to the party to which to transfer the call.
telTransferPending- Established a connection to the party to which to transfer the call.
telTransferEst- Transferred the call.
telTransferFailed- Could not transfer the call.
telTransferred- An outgoing call has been transferred by the destination party.