McDewey

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

Page 170

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

wants to be notified by the event CiscoTermHuntLogStatusChangedEv the filter should be set to true. The value of filter is false by default. The above methods are invoked only on devices which have observers added on it and the terminal object is in service. Note Interface Changes CiscoTermHuntLogStatusChangedEv, on page 672 CiscoTerminal, on page 617 CiscoTermEvFilter, on page 614 Message Sequences Hunt Log Status for Phone Devices, on page 920 Backward Compatibility This feature is backward compatible. Intercom The Intercom feature allows one user to call another user and have the call answered automatically with one-way media from the caller to the called party, regardless of whether the called party is busy or idle. The called user can press the talk back softkey (unmarked key) on their phone display, or the called user can invoke the join() JTAPI API, that is provided on TerminalConnection, to start talking to the caller. Only a specially configured intercom address on the phone can initiate an intercom call. Cisco Unified JTAPI creates a new type of address object named CiscoIntercomAddress for intercom addresses that are configured on the phone. The application can get all the CiscoIntercomAddresses that are present in the provider domain by calling the interface getIntercomAddresses () on CiscoProvider. An intercom call can be initiated from the Cisco Unified JTAPI interface by calling the CiscoIntercomAddress.ConnectIntercom () interface. The application provides an intercom target DN for this interface. If the intercom target DN is preconfigured or preset by the application, the application can get the target DN by calling the CiscoIntercomAddress.getTargetDN() interface; otherwise, the application must provide a valid intercom target for the call to be successful. An intercom call is autoanswered at the intercom target; Cisco Unified JTAPI will move TerminalConnection/CallCtlTerminalConnection at the intercom target to the Passive/Bridged state. The application can invoke a join () interface on the TerminalConnection of the intercom target to initiate talk back. If join () is successful, the TerminalConnection/CallCtlTerminalConnection of the intercom target will move to an Active/Talking state. For an intercom call, Cisco Unified JTAPI only supports the following interfaces: • Call.drop () • Connection.disconnect () • CallCtlTerminalConnection.join () Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 106 Features Supported by Cisco Unified JTAPI Intercom