Twilio使用Dll 5.3版打电话

时间:2017-04-28 06:18:32

标签: c# twilio echo phone-call twiml

如果我们按照示例代码使用网址,则可以正常使用。这是代码示例中使用的网址:(" http://demo.twilio.com/docs/voice.xml") 根据Old Twilio Dll版本3.4使用twimlet Echo进行调用,即(" http://twimlets.com/echo?Twiml=%3CResponse%3E%3CSay%3EHi+there.%3C%2FSay%3E%3C%2FResponse%3E"));

我想创建无创应用程序,无需任何服务器中的应用程序托管。

twimlet echo Url在版本3.4中工作正常,同样的URL在5.3中不起作用。

<head>
<script type="text/javascript">
  function keyPressListener() {
      console.log('Pressed!')
  }
</script>
</head>

<body>
  <input type="text" id="name" onkeypress="keyPressListener()">

</body>

0 个答案:

没有答案
相关问题