DEV Community

Sven
Sven

Posted on

Twilio(VoiceAPI) Problems

I used my React Webapp, with AWS Lambda functions as backend, to trigger Twilio to call Mailboxes/Mobilboxes.

Everything worked as intended before the last November, at this point there was no call from twilio available for Telekom Phonenumbers.

I checked the Aws Lambda functions, but they call the Twilio API succesfully
I wrote the Twilio-support what the Problem is, they told me: "We cant call the Provider".

I also wrote a little c# Programm with another API (Vonage). Sadly i cant call a Mailbox/Mobilbox.
I could call my Phone with the Vonage API, but i cant call a PrepaidCard(from Telekom) neither the Mailbox/Mobilbox from my Phone.

I also wrote the Vonage support, but they could not help me either.

I just want to call a VoiceAPI to call a Mailbox/Mobilbox for a telekom number.
I'am out of options ... What can i do to get this running?

Top comments (0)