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.
Hello,
During an ongoing call, there are two options for transferring the call:
Transfer to an agent via the
Add CallerbuttonTransfer to a queue via the
Blind Transferbutton.Both of these actions trigger the
getPhoneContactsmethod. 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
getPhoneContactsmethod already includes an argument for filters. Would it be possible to pass information about the triggering action (eitherAdd CallerorBlind 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.