You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm interested in this feature as well. We have permissions that limit who/what an agent can transfer to based on the transfer type. Right now we have to still show all the potential transfer options and fail the transfer if they attempt to pick an agent or queue they cannot transfer to. It's not an ideal use experience.
Hello,
During an ongoing call, there are two options for transferring the call:
Transfer to an agent via the
Add Caller
buttonTransfer 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 (eitherAdd Caller
orBlind 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.
The text was updated successfully, but these errors were encountered: