/mcpMethods Table 74: Methods in CiscoCall Description Method Interface This interface conferences multiple calls together, resulting in the union of the participants of all the calls being placed on a single call. conference (javax. telephony. Call[]otherCalls) Void Returns True if it is a conference call, false or otherwise. isConference () java. lang. boolean This method overloads Call. connect (). It takes a new parameter featurePriority. The featurePriority parameter may be: CiscoCall. FEATUREPRIORITY_NORMAL CiscoCall. FEATUREPRIORITY_URGENT CiscoCall. FEATUREPRIORITY_EMERGENCY Throws: javax. telephony. ResourceUnavailableException, javax. telephony. PrivilegeViolationException, javax. telephony. InvalidPartyException, javax. telephony. InvalidArgumentException, javax. telephony. InvalidStateException, javax. telephony. MethodNotSupportedException connect (javax. telephony. Terminal origterm, javax. telephony. Addressorigaddr java. lang. String. dialedDigits int featurePriority) javax. telephony. Connection[] Returns the Presentation Indicator (PI) that is associated with getCalledAddressPI. getCalledAddressPI () boolean Returns the PartyInfo of the called party of the call. getCalledPartyInfo () CiscoPartyInfo CallID is a unique identifier among all ACTIVE calls with the same CallManagerID. getCallID () CiscoCallID Returns the Presentation Indicator (PI) that is associated with getCallingAddressPI. getCallingAddressPI () boolean This interface returns the SecurityStatus of the Call. getCallSecurityStatus () int This interface returns a CiscoConferenceChain object if this Call is a chained conference Call. getConferenceChain () CiscoConference Chain Returns the current called Address for the call. getCurrentCalledAddress () javax. telephony. Address Returns the Presentation Indicator (PI) that is associated with CurrentCalledAddress. getCurrentCalledAddressPI () boolean Returns the Presentation Indicator (PI) that is associated with getCurredCalledDisplayNamePI. getCurrentCalledDisplayNamePI () boolean Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 336 Cisco Unified JTAPI Extensions Methods