-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot Transfer Outbound Calls #38
Comments
@patrickappelman The stock transfer functionality is only designed to work for inbound calls. I have talked with the TaskRouter team and at this time there is no workaround. The out of the box transfer button is dependent on calls that are routed using Enqueue and reservations accepted with the With outbound tasks, because the agent must accept the task before there's an actual call placed, there is no call to and the reservation has to be accepted with the To implement transfer functionality for outbound tasks, you would need to replace the stock transfer button with your own custom component. The methodology for transferring voice tasks is laid out here: |
How does the above information change when Twilio Flex adds outbound dialing functionality as described here? Is it logical to assume that this plugin might become somewhat obsolete? Just wondering how the functionality contained within this plugin might change. Hopefully they will also add the transfer functionality to outbound calls? |
I just noticed that we are not able to transfer outbound calls. The button is disabled. Transferring calls works fine on inbound calls.
Does anyone have any idea why this would be?
The text was updated successfully, but these errors were encountered: