/mcpAutoAccept Support for CTI Ports and Route Points This feature provides applications with the ability to enable or disable AutoAccept for the addresses on CTIPorts and Route Points. When AutoAccept status changes for the address, Cisco Unified JTAPI provides the event to inform the application for changes. The maximum number of lines that are supported for route points equals 34. Note The new interface setAutoAcceptStatus(), provided on the CiscoAddress object, allows the capability to set AutoAccept to ON or OFF. Interface getAutoAcceptStatus(), also provided on the CiscoAddress object, allows applications to query the current status of AutoAccept on the address. When AutoAccept status changes for the address, applications get CiscoAddrAutoAcceptStatusChangedEv on AddressObservers. This event includes the interface getTerminal(), which returns the terminal on which the AutoAccept status gets changed, and the interface getAutoAcceptStatus(), which returns integers that specify whether AutoAccept is ON or OFF. If an address observer is not added, the event does not get provided. The following interfaces support AutoAccept on CTIPort and RoutePoint: Cisco Address • init init getAutoAcceptStatus (javax.telephony.Terminal terminal) Ciscoaddress.getAutoAccept(Terminal iterminal) returns an AutoAccept status of address on terminal. • void setAutoAcceptStatus (int autoAcceptStatus, javax.telephony.Terminal terminal) This allows an application to enable AutoAccept for addresses on the CiscoMediaTerminal and or the CiscoRouteTerminal. CiscoAddrAutoAcceptStatusChangedEv CiscoAddrAutoAcceptStatusChangedEv Public interface: CiscoAddrAutoAcceptStatusChangedEv Extends com.cisco.jtapi.exension.CiscoAddrEv The CiscoAddrAutoAcceptStatusChangedEv event gets sent to applications whenever AutoAccept status for the address on the terminal gets changed. If an address has multiple terminals, this event gets sent for the address AutoAccept status on each individual terminal. This event provides the following interface: • init getAutoAcceptStatus () CiscoAddrAutoAcceptStatusChangedEv.getAutoAcceptStatus returns the following value of AutoAccept status of address on terminal CiscoAddress.AUTOACCEPT_OFF CiscoAddress.AUTOACCEPT_ON. Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 37 Features Supported by Cisco Unified JTAPI AutoAccept Support for CTI Ports and Route Points