McDewey

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

Page 692

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

Description Method Inteface This method picks up a call based upon the priority of the associated pickupgroups. Within the group, if there are more than one call, the longest ringing call will be picked up. pickingAddress is the Address on the Terminal where the Call is picked up. Parameters pickingAddress that specifies which Address the Terminal object should do the pickup on. otherPickup(Address pickingAddress) Call Returns the roll over configuration of the terminal. Throws • InvalidStateException. getRollOverConfig() int This indicates that the terminal is configured with no roll over. NO_ROLLOVER public final static int This indicates that calls can roll over to any address on the terminal. ROLLOVER_ANY_DN public final static int This indicates that calls can roll over to address that match the name(DN). ROLLOVER_SAME_DN public final static int Application can use this to find the capability of the terminal when used manually by user. PHONE_USER public static final int Application can use to this to find the capability of the terminal to invoke the feature from application. APPLICATION publis static final int Which user can be CiscoTerminal. PHONE_USER or CiscoTerminal.APPLICATION Throws • InvalidStateException. canConsultCallRollOver(int which_user) boolean • InvalidStateException. canOutBoundCallRollOver(int which_user) boolean This interface returns True if calls on different addresses of this terminal can be conferenced. This interface returns True for terminals that support Connected Transfer or Conference Across Lines. Throws • InvalidStateException. canJoinAcrossLines(int which_user) boolean Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 628 Cisco Unified JTAPI Extensions Methods

Page 692 diagram