从 Twimlet 调用 Twilio 客户端

Call Twilio Client from Twimlet

拨打 Twilio 客户端应用程序需要 <client> twiml 名词。有没有办法生成使用 Twimlet 将呼叫转发给客户端所需的 Twiml?理想情况下,模拟会接受客户或号码,但它似乎没有。

您可以使用类似这样的东西来模拟混合客户端

<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Dial callerId="+1234567890">
    <Client>Bob</Client>
    <Client>Steve</Client>
    <Client>Ted</Client>
</Dial>
</Response>

请记住,呼叫客户端时必须提供有效的 callerId,否则呼叫将失败。

如果您想要像 sumulring TwiMLet 这样的东西,您可以通过将 TiwML 粘贴到 Echo TwiMLet 中来托管此代码 https://www.twilio.com/labs/twimlets/echo or by using TwiMLbin http://twimlbin.com/