McDewey

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

Page 357

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

Description Method Interface This interface returns the AutoAnswer status of this Address on given Terminal. Throws javax. telephony. PlatformException, javax. telephony. InvalidStateException, javax. telephony. MethodNotSupportedException If return value is AUTOANSWER_OFF, that means AutoAnswer is disabled. If return value is AUTOANSWER_WITHHEADSET, that means AutoAnswer is enabled with HEADSET. If return value is AUTOANSWER_WITHSPEAKERSET, that means AutoAnswer is enabled with SPEAKERSET. If return value is AUTOANSWER_UNKNOWN, that means AutoAnswer status is UNKNOWN. Pre-conditions (this. getProvider ()). getState () = = Provider. IN_SERVICE (getState () = = IN_SERVICE Parameters • term - Terminal at which AutoAnswer is checked Returns one of the following values: • CiscoAddress. AUTOANSWER_OFF • CiscoAddress.AUTOANSWER_WITHHEADSET • CiscoAddress. AUTOANSWER_WITHSPEAKERSET • CiscoAddress. AUTOANSWER_UNKNOWN Throws javax. telephony. InvalidStateException - The Provider or Address is not"IN_SERVICE". javax. telephony. PlatformException - If Address is not on Terminal term javax. telephony. MethodNotSupportedException - If Address is an External Address getAutoAnswerStatus (javax. telephony. Terminal term) int This method returns the busy trigger configured for this address on terminal term. Throws InvalidStateException, InvalidArgumentException, MethodNotSupportedException. getBusyTrigger (Terminal term) int Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 293 Cisco Unified JTAPI Extensions Methods

Page 357 diagram