1
我想將文本轉換爲語音信息併發送至用戶手機沒有 目前我使用撥打電話的API與TwiMLTM轉換文本到語音在PHP中使用twilio
<?php
// Get the PHP helper library from twilio.com/docs/php/install
require_once('/path/to/twilio-php/Services/Twilio.php'); // Loads the library
// Your Account Sid and Auth Token from twilio.com/user/account
$sid = "xxx";
$token = "{{ auth_token }}";
$client = new Services_Twilio($sid, $token);
$call = $client->account->calls->create("+343443", "+3444", "http://demo.twilio.com/docs/voice.xml", array(
"SendDigits" => "1234#",
"Method" => "GET"
));
echo $call->sid;
它是工作,但這個牌子通話用戶,但我們需要的語音留言
注:消息從textarea的