-
Hey there,
I've set up Twilio Programmable Voice SDK for iOS in my app. I'm able to successfully make outgoing calls, but I'm not getting any notification for incoming call. The method didReceiveIn…
-
##### SUMMARY
I try to reproduce a CI issue and so I run: `ansible-test sanity --test validate-modules`. `ansible-test` starts a process that consumes a lot of CPU cycle without showing any progres…
-
**Describe the bug**
The export tool adds extra `\n` characters to the CSV for short description (did not test with long desc.).
**To Reproduce**
Steps to reproduce the behavior:
1. Edit a pro…
-
Per my [forum post](https://www.alarmdecoder.com/forums/viewtopic.php?f=3&t=1079), I'm trying to set up Twilio notifications with the AD webapp. When I complete the setup and click the **Save & Test**…
-
I've been working on adding twilio phone callbacks to an app. I added the request validator to authenticate the incoming requests and for my main request url, voicemail callback, SMS (all using the sa…
-
Twilio should 'verify' phone number and throw proper message than logging python exception.
Here is one sample example:
User didn't have any mobile number associated with his account. When he …
mzico updated
5 years ago
-
I'm writing a script to manage data in a Twilio account, and I need to download the TwiML data from the bin URLs. I couldn't find an obvious way to sign the requests, so it would be great if I could d…
-
**Describe the bug**
When clicking on the "Edit" icon for the billing or shipping address in admin, the state/county value is removed and replaced with a blank.
**To Reproduce**
Steps to reproduc…
-
Here is my settings.py file.I don't know where is the issues.if any one knows please ping me.
```
import os
import warnings
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))…
-
App supported offline mode.
1. App started with offline connection
2. Connection changed to online
3. Get token from backend
4. Set token to TwilioChatClient
5. TwilioChatClient starts generatin…