Fix allowedSenders to use actual sender phone number

The allowedSenders had the Telnyx inbound number (+14157049277)
instead of the sender's phone number (+18322070387). This caused
all inbound SMS to be rejected since the sender wasn't in the allowlist.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Khalid A
2026-04-17 20:00:18 -05:00
parent 3a151f3832
commit 75e4c96a78

View File

@@ -2,7 +2,7 @@
"sites": [ "sites": [
{ {
"allowedSenders": [ "allowedSenders": [
"+14157049277" "+18322070387"
], ],
"phoneNumber": "+14157049277", "phoneNumber": "+14157049277",
"repoRoot": ".", "repoRoot": ".",