1
votes

I am just starting to experiment with twilio and the twilio api.

I have a working account, bought a phone number that is capable of making and receiving phone calls as well as sms.

I tested making a phone call via the standard python lib. works great. Same with sending as well as receiving sms (my server as well as through the twilio console and their test web clients)

But when it comes to receiving a call from my registered Caller number, I do not get through to twilio: The phone number seems not to be reachable at all or it hangs up immediately (not sure)

I tested with

same effect both times.

Same when going through the web-client at https://www.twilio.com/console/voice/getting-started/basics : Calling out works. Calling in not.

So I figure, I am missing some step in the registration process.

What could it be after:

1) buying the number

2) verifying caller IDs (here: my phone number) ?

1
Sounds like you've done the minimum to make your phone number callable. I wonder what is going on. Is there anything in the Twilio debugger?philnash
Nothing at all. Also: no mention of incoming calls in the call log of the twilio console. The outgoing calls are logged properly.gauguerilla
Can you email me at [email protected] with your account SID and I'll see if there's anything I can see.philnash
thx! you are fast! donegauguerilla
I gotta say, it's brilliant that Twilio lurks on stackoverflow. So helpful!Scuba Steve

1 Answers

0
votes

the problem went away after some hours without an obvious reason. must have been a problem on another level than programming / api.