You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
While issue #231 solves the problem of a mis-configured Twilio Client being displayed, if we can automatically retrieve the install's App Sid, we can bypass it completely.
For context, this is set on this page:
[install]/settings/site#twilio-account
and retrieved from the user dashboard here: https://www.twilio.com/user/account/apps
The text was updated successfully, but these errors were encountered:
OpenVBX is supposed to create its own AppSid, so there should already be one, we just have to find and confirm it. If there isn't a match it's because creation failed or someone changed it.
In either case, we can try again, if it works, all is well. If it fails, then we need to surface that to the UI in a useful way.
You'll possibly run in to an issue if someone moves their install or misconfigures www vs. non-www - its hard to hook back up with the right app. Our thinking at the time was that applications are cheap, make a new one if we have to.
While issue #231 solves the problem of a mis-configured Twilio Client being displayed, if we can automatically retrieve the install's App Sid, we can bypass it completely.
For context, this is set on this page:
[install]/settings/site#twilio-account
and retrieved from the user dashboard here:
https://www.twilio.com/user/account/apps
The text was updated successfully, but these errors were encountered: