Conference Activity States
ThetelCAConferenceMsgmessage (page 5-18) provides information about conference activity on a call appearance. Thevalueparameter contains one of the following constants to indicate success or failure in preparing for and establishing a conference.
enum { telConferencePrepFailed = 0, telConferencePending = 1, telConferenceEstFailed = 2, telConferenceEst = 3 };Constant descriptions
telConferencePrepFailed- Could not establish a connection to the party to be added to a conference.
telConferencePending- Established a connection to the party to be added to a conference.
telConferenceEstFailed- Could not add a new party to a conference.
telConferenceEst- Added a new party to a conference.