McDewey

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

Page 493

↗ View in doc context
page
493
source
finesse/v12.5/developer-guide/developer-guide.md
chunk_id
finesse::v12.5::developer-guide::developer-guide::477

Parameters Required Description Type Name Optional To remove a single extension from the list. String filterExtension Returns {Array} The array of participants that can be dropped. Participant entity properties are as follows: • state—The last participant state in a dialog. • stateCause—The reason for the last participant state in a dialog. It is applicable to a FAILED participant state. The possible values are BUSY, BAD_DESTINATION, and OTHER. • mediaAddress—The media address of the participant. • startTime—The start time of the participant. • stateChangeTime—The time from when the participant state has changed. • actions—The list of actions that a participant can perform. getFromAddress() Retrieves the from address, which is the calling line ID of the caller. Returns {String} The from address. getParticipantTimerCounters(participantExt) Retrieves the participant timer counters. Parameters Required Description Type Name Yes The extension of the participant. String participantExt Returns {Object} The array of participants which contains properties: • state—The last participant state in a dialog. • startTime—The start time of the participant. • stateChangeTime—The time when the participant state has changed. getSecondaryId() Retrieves the secondaryId of a dialog. A consult call has two call legs (primary leg and a consult leg). When the consult call is completed (either with a transfer or conference), the two call legs would merge. The dropped call's Dialog Id can be found in the secondaryId field of the the surviving call's Dialog object. For Unified CCE deployments, the secondaryId will be populated for direct transfers as well. This is supported from Cisco Finesse, Release 11.6(1) ES1 onwards. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 477 Cisco Finesse JavaScript APIs Dialog