McDewey

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

Page 705

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

Description Method Interface This method is similar to the stopRecording() method. If an application attempts to stop an active recording, but specifies a recording type other than the recording type that the recording was invoked with, the request fails and an exception with error code CTIERR_RECORDING_INVOCATION _TYPE_NOT_MATCHING is thrown. stopRecording(int invocationType) void Returns CiscoRecorderInfo, which exposes the terminal name and address of the recorder or null if the call is not being recorded. The call control terminal connection must be in the talking state. getCiscoRecorderInfo() CiscoRecorderInfo Returns CiscoMonitorInitiatorInfo or null if the call is not being monitored. The application can use this method on the terminal connection of the monitor target to get information about the monitor initiator or determine that there is no monitor session. getCiscoMonitorInitiatorInfo() CiscoMonitor InitiatorInfo Returns CiscoMonitorTargetInfo or null. The application can use this method on the terminal connection of the monitor initiator to get information about the monitor target. This method returns null when called on a terminal connection of the monitor target or if there is no monitor session. getCiscoMonitorTargetInfo() CiscoMonitor TargetInfo Sends a request to begin sending media to the TerminalConnection's associated Built-in-bridge (BIB). Parameters • String streamDN—Dialed Number (DN) for the IVR, CTI Port, or the device streaming the media to the call. • String callingPartyNumber—A string object that applications use to provide information to the IVR. This is subject to all the constraints of a DN, and is used to store the agent's DN. This is presented to the IVR as the calling party in the new call event. The IVR must have some application running that understands this information, and can only be retrieved from the new call event on the IVR. addMediaStream(String streamDN, String callingPartyNumber) void Sends a request to cease the playing of media to the TerminalConnection's associated BIB. removeMediaStream() void Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 641 Cisco Unified JTAPI Extensions Methods