我开始学习 twilio,目前在本地服务器上使用它来进行一些基本的调用实践。出于测试目的,我使用了 twilio 代码。
$call = $twilio->calls
->create("+123",
"+123",
array("url" => "http://demo.twilio.com/docs/voice.xml")
);
我得到的问题是有没有其他方法我必须将url
参数重定向到本地?如何在数组中指定Say
和Play
参数。url