简体   繁体   English

twilio单击以调用Java Servlet-不起作用

[英]twilio click to call Java Servlet - not working

I have tried to setup twilio click to call java Servlet example by following the below url. 我已尝试通过以下网址设置twilio单击以调用Java Servlet示例。

https://www.twilio.com/docs/tutorials/walkthrough/click-to-call/java/servlets https://www.twilio.com/docs/tutorials/walkthrough/click-to-call/java/servlets

However, when I am providing the phone number to call (it's an India number starts with +91), no call is coming to that mobile. 但是,当我提供要拨打的电话号码时(这是一个以+91开头的印度号码),因此该手机没有来电。

  1. The number which I am calling has been verified in twilio account. 我正在拨打的电话号码已在twilio帐户中验证。 It can receive twilio sms. 它可以接收短信。

  2. No error is coming back from twilio. twilio没有错误返回。 But still I am not getting any call. 但是我仍然没有接到任何电话。 I have verified by providing another phone number (of another service provider) ...but same result. 我已通过提供另一个电话号码(另一个服务提供商的电话号码)进行了验证,但结果相同。

  3. twilio console shows the call has happened for 15 seconds..in each case. twilio控制台显示呼叫已进行15秒。 But in none of the case I have got any ring in my phone. 但是在任何情况下,我的手机都没有响。

  4. I am am not also getting any call in the callback url (/connect ) from twilio which I am supposed to get after the call is connected...that is twilio is supposed to call back my url. 我也没有从twilio接到回调URL(/ connect)中的任何呼叫,这应该在呼叫连接后得到……那是twilio应该回叫我的URL。

  5. I have also provided a permission in the following place to for voice call in India. 我还在以下位置提供了在印度进行语音通话的许可。

https://www.twilio.com/console/voice/settings/geo-permissions https://www.twilio.com/console/voice/settings/geo-permissions

Thanks in advance SR 在此先感谢SR

Kevin from Twilio here. 来自Twilio的Kevin。

It sounds like there may be something here worth investigating with support. 听起来这里可能需要进行调查以寻求支持。 If you could, please send an e-mail to help@twilio.com with this description. 如果可以的话,请发送电子邮件至help@twilio.com并附上描述。 If you also provide your Account SID and if possible a call SID for the calls you are debugging in the console, that should help debug the issue more quickly. 如果还提供了帐户SID,并且在可能的情况下还提供了您要在控制台中调试的呼叫的呼叫SID,则应该有助于更快地调试问题。

Thanks, and sorry you're having troubles. 谢谢,对不起,您遇到了麻烦。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM