LoginSignup
6

More than 5 years have passed since last update.

twilioのDial動詞

Last updated at Posted at 2013-09-14

Twilio?
「クラウド電話 API」。
日本では KDDI Web Communicationsが提供している電話APIです。

下記のコードをご覧ください。

twilio-dial.xml
<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Dial callerId="+8150xxxxyyyy">+8180xxxxyyyy</Dial>
</Response>

上記のコードを書いといてTwilioが参照できる場所(ウェブサーバー)に配置して置けば指定されている電話番号に電話をかけることが可能です。

このようにたった数行のコードを書くだけで様々なシステムやアプリなどと電話を繋いでくれるのが「Twilio」です。

・Twilio for KDDI Web Communications
Twilio for KDDI Web Communications

・公式Facebook
Twilio for KDDI Web Communications Facebook Page

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6