McDewey

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

Page 477

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

Methods Table 104: Methods in CiscoIntercomAddress Description Method Interface Sets the intercom target DN, intercom target label, and intercom target Unicode label that appears next to the intercom line on the phone. The phone displays the Unicode label if the phone has that capability; otherwise, the phone displays the ASCII target label. Throws javax. telephony. InvalidPartyException means that the target DN is invalid. javax. telephony. InvalidStateException means that the address, terminal, or provider are not in service. Parameters • targetDN—Destination DN for the intercom call • targetAsciiLabel—ASCII display label shown next to the intercom line on the phone target • UnicodeLabel—Unicode display label shown on the phone setIntercomTarget(java. lang. String targetDNjava. lang. String targetAsciiLabel, java. lang. String targetUnicodeLabel) void Returns true if an application has overridden the current value, or false if the current value matches the default value configured in the database. isIntercomTargetSet() Boolean Resets the intercom target DN, intercom target label, and intercom target Unicode label to their default values. Throws javax. telephony. InvalidPartyException javax. telephony. InvalidStateException resetIntercomTarget() void Returns the current intercom target DN that the application set. If the application has not set the intercom target DN, this interface returns the default intercom target DN that is configured in Cisco Unified Communications Manager Administration. Returns: The intercom target DN number, as a string. getIntercomTargetNumber() java. lang. String Returns the current intercom target label that the application set. If the application has not set the intercom target label, this interface returns the default intercom target label that is configured in Cisco Unified Communications Manager Administration. Returns: The intercom target label string. getIntercomTargetAsciiLabel() java. lang. String Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 413 Cisco Unified JTAPI Extensions Methods