Im wondering when the engineering team at Twilio expects to release the outbound dialing functionality, which was indicated is being actively worked on here
I'd imagine a lot of people leveraging twilio flex would like this as its a common case.
I realize that we can add this type of functionality on our own by programming against the apis, and even use the plugin such as https://github.com/lehel-twilio/plugin-dialpad
My only concern with using the above plugin is that it
- May be deprecated if twilio engineers add this natively to flex UI
- Since only 1 plugin can be used at a time, if customizations were made to a plugin already (call it plugin B), I would have to merge the plugin code contained in the plugin-dialpad github repo above (call this plugin A) into the code base of Plugin B.
It would be great if twilio supported adding mutiple plugins?
Any feedback twilio team/evangelists on this? Id imagine its a common use case.