Fatal error: Class 'Services_Twilio_Capability' not found in /home/merchiac/public_html/virtualoutlaws.com/d6/sites/all/modules/voipphone/clients/voiptwilioclient/voiptwilioclient.module on line 112

Comments

tamerzg’s picture

Status: Active » Fixed

To use VoIP Twilio Client then you must download Twilio PHP library from (https://github.com/twilio/twilio-php/zipball/latest)
and copy the "Services" directory to voipphone/voiptwilioclient/ (you should get structure like voipphone/voiptwilioclient/Services/Twilio.php)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

socialnicheguru’s picture

Title: Cant use the voipphone » Update Readme:
Component: Code » Documentation
Issue summary: View changes

This would be helpful to add to the readme

cd voipphone/clients/voiptwilioclient
mkdir tmp
cd tmp
wget https://github.com/twilio/twilio-php/zipball/latest
unzip latest
mv twilio-twilio-php-43e4381/Services ../
cd ../
rm -rf tmp

in the future it would be better to integrate the libraries module