twilio-java
twilio-java copied to clipboard
A Java library for communicating with the Twilio REST API and generating TwiML.
Do you have any plans to add errorCodes and errorDescription to Twilio java library? Twilio error codes: https://www.twilio.com/docs/api/errors Twilio error codes json: https://www.twilio.com/docs/documents/76/twilio-error-codes.json Reason: some twilio callbacks return only 'errorCode'...
### Issue Summary When removing the port `RequestValidator.validate` incorrectly decodes the path, query, and fragment. e.g. ``` https://someurl.com:443/somepath?param1=client%3AAnonymous ``` is converted to ``` https://someurl.com/somepath?param1=client:Anonymous ``` https://github.com/twilio/twilio-java/blob/main/src/main/java/com/twilio/security/RequestValidator.java#L145-L147 A suggestion is to...
Return the above exception when using this code ``` import com.twilio.Twilio; import com.twilio.base.ResourceSet; import com.twilio.rest.api.v2010.account.IncomingPhoneNumber; public class Example { // Find your Account Sid and Token at twilio.com/console // DANGER!...
I'm getting _NoSuchMethodError: org.apache.http.impl.client.DefaultRedirectStrategy.(java.lang.String[])_ exception with Twilio v9.0.0-rc.4. Spring Boot v2.5.6. Java v11. Not added any external dependency for httpclient. What should be fix for this?
### Issue Summary Hi team Here is my case. 1. Create a conference call. 2. **Record and Play voice message if required** 3. Add participants to the call 4. End...
Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 2.9.0 to 3.4.0. Changelog Sourced from com.squareup.okio:okio's changelog. Version 3.4.0 2023-07-07 New: Adapt a Java NIO FileSystem (java.nio.file.FileSystem) as an Okio FileSystem using fileSystem.asOkioFileSystem(). New: Adapt Android’s...
# Fixes # JAVA MVR RElease ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [ ] I have made a...
### Issue Summary Job.fetcher(jobSid).fetch failed with the exceptions posted. ### Steps to Reproduce 1. This is the first step 2. This is the second step 3. Further steps, etc. ###...
### Issue Summary WARN 55265 --- [main] ocalVariableTableParameterNameDiscoverer : Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: com.twilio.rest.api.v2010.account.call.Payment ###...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...