Skip to content

Differentiating Actions for getPhoneContacts Method in Call Transfers #55

@sefrem

Description

@sefrem

Hello,

During an ongoing call, there are two options for transferring the call:

Transfer to an agent via the Add Caller button
Transfer to a queue via the Blind Transfer button.
Both of these actions trigger the getPhoneContacts method. However, there is currently no way to determine which action triggered the method call. This distinction is necessary because I need to display the list of available queues for the blind transfer option and the list of available agents for the add caller option.

The getPhoneContacts method already includes an argument for filters. Would it be possible to pass information about the triggering action (either Add Caller or Blind Transfer) to this method? This enhancement will allow for appropriate filtering and display of the contact lists based on the action taken by the user.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions