McDewey

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

Page 202

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

Message Sequences See Play Zip Tone, on page 1390 Backward Compatibility This feature is backward compatible. Presentation Indicator for Calls The presentation indicator (PI) on a call provides the application with the ability to hide or reveal Calling/Called/CurrentCalling/CurrentCalled/LastRedirecting parties name and number to the end user. JTAPI provides functions on CiscoCall to get PI value for the party. Use this PI info to present the parties information to the end user. These functions return a value of true or false. A value of “True” indicates that presentation in “Allowed, ” and a value of “False” indicates the presentation is “Restricted.” For a conference call, the interfaces on CiscoCall do not return a correct value. Applications must iterate through all the connections in the call to get the PI value that is associated with the address for which the connection gets created. The interface that is provided on CiscoConnection is getAddressPI(). The following new interfaces exist on CiscoCall retrieve PI values. CiscoCall getCalledAddressPI() Returns the PI that is associated with getCalledAddressPI. If it returns true, the application displays the address name. If it returns false, the application must not display the address name. boolean getCallingAddressPI() Returns the PI that is associated with getCallingAddressPI. If it returns true, the application displays the address name. If it returns false, the application must not display the address name. boolean getCurrentCalledAddressPI() Returns the PI that is associated with CurrentCalledAddressPI. If it returns true, the application displays the address name. If it returns false, the application must not display the address name. boolean getCurrentCalledDisplayNamePI() Returns the PI that is associated with CurrentCalledDisplayNamePI. If it returns true, the application displays the address name. If it returns false, the application must not display the address name. boolean getCurrentCallingAddressPI() Returns the PI that is associated with getCurrentCallingAddressPI. If it returns true, the application displays the address name. If it returns false, the application must not display the address name. boolean Cisco Unified JTAPI Developers Guide for Cisco Unified Communications Manager, Release 15 and SUs 138 Features Supported by Cisco Unified JTAPI Presentation Indicator for Calls