简体   繁体   中英

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.

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.

  1. The number which I am calling has been verified in twilio account. It can receive twilio sms.

  2. No error is coming back from 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. 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.

  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

Thanks in advance SR

Kevin from Twilio here.

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. 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.

Thanks, and sorry you're having troubles.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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