Problem/Motivation
Add the ability to retrieve purchased phone number information from twilio.
Add the ability to make voice calls.
Proposed resolution
Working on adding new service classes and tidy up existing code
Remaining tasks
I've applied to be a co-maintainer but haven't heard back yet. In the mean time I'll create an issue fork and commit my changes there.
User interface changes
Added key module support for SID and token.
API changes
New Voice and Numbers services.
Issue fork twilio-3232126
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
lambic commentedComment #4
yang_yi_cn commentedThe
function requires beep.mp3 file which might cause the voice call to fail, if the site is local or not publicly accessible.
I couldn't find a free host to host such link publicly, so I'm gonna change the
addBeep()to take a parameter of soundFileUrl.Comment #5
mradcliffeComment #6
yang_yi_cn commentedchanged $number to be protected instead of private. Please review again.
Comment #8
shashank5563 commentedComment #9
shashank5563 commented@lambic, Thanks for your support. your code is merged in 8.x-1.0-alpha6 release.
So, Please review once again.
Comment #11
shashank5563 commentedComment #12
shashank5563 commented