简体   繁体   English

Twilio Flex 语音邮件不可用

[英]Twilio Flex Voice Mail to Unavailable

We have set-up our Flex, and stuck on one of the last steps.我们已经设置了我们的 Flex,并停留在最后的步骤之一。 We are a small office, and have a main number that clients call us on.我们是一间小型办公室,有一个总机号码供客户致电。 If they ask for a specific employee, more importantly, if the specific employee is required to answer the client issue, and they are marked UNAVAILABLE, it doesn't appear we have access to send the call to voicemail (the transfer button is grayed out).如果他们要求特定员工,更重要的是,如果特定员工需要回答客户问题,并且他们被标记为不可用,那么我们似乎无权将呼叫发送到语音信箱(转接按钮显示为灰色) ).

Is there a work around?有解决办法吗? A way to direct call the VM?一种直接调用 VM 的方法? Do we need to tweak our flow?我们需要调整流程吗? If not, it appears we need to be logged in 24/7 to have access to VM's.如果没有,看来我们需要 24/7 全天候登录才能访问虚拟机。 A fairly inefficient and expensive option.一个相当低效且昂贵的选择。

OK, I think I know what the issue is.好的,我想我知道问题出在哪里了。 A call comes through to one agent in Flex, but they need to transfer it to the other agent. Flex 中的一个座席接到了一个电话,但他们需要将其转接到另一个座席。 If the other agent is also available, they can transfer the call no problem.如果其他座席也有空,他们可以毫无问题地转接电话。 If the other agent is not available, you would like to transfer the call to that agent's voicemail, but there's no way to do that right now.如果其他座席不可用,您希望将呼叫转移到该座席的语音信箱,但目前无法做到这一点。

The issue is that Flex is built around available agents and doesn't have voicemail built in. You've added voicemail as part of the Studio Flow, but this is not integrated to the Flex interface at all.问题是 Flex 是围绕可用座席构建的,没有内置语音邮件。您已将语音邮件添加为 Studio Flow 的一部分,但这根本没有集成到 Flex 界面中。

I would solve this with a Flex plugin that does a couple of things:我会用一个做几件事的Flex 插件来解决这个问题:

  • Add a button to the agent transfer list for unavailable agents to send to their voicemail.在代理转移列表中添加一个按钮,以便不可用的代理发送到他们的语音信箱。
  • That button would trigger a request to a Twilio Function, sending it the Call's Sid and the agent you want to transfer to.该按钮将触发对 Twilio Function 的请求,向其发送呼叫的 SID 和您要转移到的代理。
  • The Function could then use the calls API to update the call , redirecting it to the existing voicemail handlers that you have for your agents.然后 Function 可以使用呼叫 API 来更新呼叫,将其重定向到您为代理提供的现有语音邮件处理程序。

I'm afraid I don't have example code for this plugin, but there is great documentation on building Flex plugins that you can follow to get up to speed.恐怕我没有这个插件的示例代码,但是有关于构建 Flex 插件的很棒的文档,您可以按照这些文档来加快速度。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM