code-exchange icon indicating copy to clipboard operation
code-exchange copied to clipboard

Code guidelines, feature requests and bug reports for the Twilio CodeExchange

Results 35 code-exchange issues
Sort by recently updated
recently updated
newest added

I'm getting this error when running the basic code Fatal error: Uncaught TypeError: Return value of SplClassLoader::register() must be an instance of void, none returned in /home/membersf/global/php/twilio/twilio-php-master/src/Twilio/autoload.php:115 Stack trace: #0...

I am calling browser to mobile using twilio javascript sdk with Asp.net C# I was place call successfully using quickstart.js file using below code document.getElementById('button-call').onclick = function () { try...

* What went wrong: Execution failed for task ':compileTestGroovy'. > Unable to load class com.authy.api.Users due to missing dependency javax/xml/bind/JAXBException I have just cloned the quickstart project demo: https://github.com/TwilioDevEd/account-security-quickstart-spring After...

I am writing this in regard with Voice App using Twilio Client : https://www.twilio.com/code-exchange/voice-app-using-twilio-client I have implemented everything as per the given instructions on the above written document. Through ngrok...

**Where has this bug occurred?** https://github.com/TwilioDevEd/airtng-masked-numbers-flask more precisely https://github.com/TwilioDevEd/airtng-masked-numbers-flask/blob/master/airtng_flask/dev.sqlite **Describe the bug** I'm trying to test (Got Twilio upgraded account) the feature of masked phone numbers using Flask app. Unfortunately...

example [here](https://github.com/TwilioDevEd/account-security-quickstart-spring) does not work with latest gradle. I grabbed 5.1 and run app works. newer versions than 5.1 might work but I did not try any others. 5.1 is...

We're building a native mobile application using the Twilio Voice SDKs for both Android and iOS based of their respective quick start examples. We are a Microsoft shop and have...

template-request

When trying to login while running the sample SDK, I receive the following error: Request Method: | POST -- | -- http://127.0.0.1:8000/login/ 2.2.13 OperationalError no such table: twofa_twofauser

**Important**: Please make sure to first read and sign the agreement at [ahoy.twilio.com/code-exchange-community](https://ahoy.twilio.com/code-exchange-community) before proceeding here. **What's the use case for the template?** Please explain what use case this template...

template-submission

**Where has this bug occurred?** I followed the sample "Voice Recording w/ Follow Up Text" link: https://www.twilio.com/code-exchange/voice-recording-w-follow-text and read the full tutorial "Send an SMS message during a phone call...