doudiejian5827 2017-01-16 15:51
浏览 74
已采纳

如何将Twilio Voice与Taskrouter相关联?

We are using Taskrouter and Voice from Twilio. We've made them into 2 seperate modules and now I want to link them together.

The question is, when a call comes in and after it's gone through the process to go to the right worker by Taskrouter, how do I let the worker pickup the phone and let the call go through? (Using Javscript WebRTC)

I've got both javascript libaries (Taskrouter, Voice) loaded into the browser, and I've used the libary to accept the call and listen/speak.

So what I want is, when someone calls the number attached to the Twilio Taskrouter Task, the right Worker needs to be chosen and then that worker has to be able to pickup that call. I would like to be pointed in the right direction (docs/example code)

Thank you very much!

  • 写回答

1条回答 默认 最新

  • dongnaoben4456 2017-01-17 00:34
    关注

    Twilio developer evangelist here.

    When you accept the reservation using the TaskRouter JavaScript you can use reservation.dequeue with the parameter dequeueTo set to the Client name of your worker. That will perform the telephony operations to connect the call to your Twilio Client instance.

    Let me know if that helps at all.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?