McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 405

↗ View in doc context
page
405
source
cucm/v15/jtapi-dev-guide/jtapi-dev-guide.md
chunk_id
cucm::v15::jtapi-dev-guide::jtapi-dev-guide::405

ConnCreatedEv is delivered for all new(c) 18. TermConnCreatedEv is delivered for all new(tc) 19. Appropriate events are delivered for all new(c) and new(tc) Parameters otherCalls - The Other Calls which are to be merged with this Call object. Throws javax.telephony.InvalidArgumentException - The Call object that is provided is not valid for the conference. javax.telephony.InvalidStateException - Thismeans that the Provider is not "in service, " the Call is not "active, " or the conference controllers are not in the proper state. javax.telephony.MethodNotSupportedException - The implementation does not support this method. javax.telephony.PrivilegeViolationException - The application does not have the proper authority to invoke this method. javax.telephony.ResourceUnavailableException - This means that an internal resource that is necessary for the successful invocation of this method is not available. See Also ConnCreatedEv, TermConnCreatedEv, ConnDisconnectedEv, TermConnDroppedEv, CallInvalidEv, CallCtlConnDisconnectedEv, CallCtlTermConnDroppedEv javax.telephony.Connection transfer(java.lang.Stringaddress java.lang.StringfacCode, java.lang.StringcmcCode) Throws for connect(Terminal, Address, String, CiscoRTPParams) javax.telephony.InvalidArgumentException, javax.telephony.InvalidStateException, javax.telephony.InvalidPartyException, javax.telephony.MethodNotSupportedException, javax.telephony.PrivilegeViolationException, javax.telephony.ResourceUnavailableExceptionThis method is similar to the CallControlCall.transfer(String address) interface except that it also takes facCode (Forced Authorization Code) and cmcCode (Client Matter Code) if the transfer Address requires these codes to offer the call. If only one of the codes is required, the other code may need to be a null value. If the user enters no codes, or invalid codes, the call may not be offered and platformException may contain the following error codes: CiscoJTAPIException.CTIERR_FAC_CMC_REASON_FAC_NEEDED CiscoJTAPIException.CTIERR_FAC_CMC_REASON_CMC_NEEDED CiscoJTAPIException.CTIERR_FAC_CMC_REASON_FAC_CMC_NEEDED CiscoJTAPIException.CTIERR_FAC_CMC_REASON_FAC_INVALID CiscoJTAPIException.CTIERR_FAC_CMC_REASON_CMC_INVALID This overloaded version of this method transfers all participants currently on this Call, with the exception of the transfer controller participant, to another Address. This is often called a "single-step transfer" because the transfer feature places another call and performs the transfer simultaneously. The Address string argument to this method must be valid and complete. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 341 Cisco Unified JTAPI Extensions Other Shared Participants