Call Pickup States
Thevalueparameter of thetelCACallPickupMsgmessage (page 5-22) contains one of the following constants.
enum { telCallPickupEst = 0, telCallPickupFailed = 1, telCallPickedUp = 2 };Constant descriptions
telCallPickupEst- An incoming call was picked up at a destination number different from the one to which it was placed.
telCallPickupFailed- Could not pick up an incoming call at a destination number different from the one to which it was placed.
telCallPickedUp- An outgoing call was picked up at a destination number different from the one to which it was placed.