I am trying twilio to make phone calls from my browser to mobile numbers but unsuccessful. Following are the steps i followed:
Downloaded twilio-php api: https://github.com/twilio/twilio-php
Downloaded twilio browser-phone code: https://www.twilio.com/docs/tutorials/twilio-client-browser-soft-phone
Created a twilio account, selected a number and updated this code: https://gist.github.com/anonymous/8eed141b1b4214110592
Now when i dial any real phone number, i get the message: "..Configure your numbers voice url to change this message..." and "Call ended".
Appreciate clear guidance on how to get this work (call from browser to a real number).