I've been using Twilio for quite some time, think its a slick service, and would like to use Twilio to power text/voice capability to/from my home automation server (an old mac-mini).
The problem is, if my home IP address changes, then my Twilio number's SMS and Voice URLs would be pointing at the wrong IP, which would obviously prevent my webserver (Node.js) from doing ... well, anything.
My plan was to periodically grab the mac-mini's external IP and update my number's Voice/SMS URLs by POSTing it to the Twilio API, but it doesn't seem that the Twilio API supports this functionality.
Can anyone confirm that it is / is NOT possible to update a number's Voice/SMS URLs via the Twilio API? Otherwise, I'll have to webdrive this ... thank you!