Skip to content

Commit

Permalink
Drop "US" from A2P 10DLC campaigns
Browse files Browse the repository at this point in the history
With PR, these are no longer US-only.

Co-authored-by: luke crouch <[email protected]>
  • Loading branch information
jwhitlock and groovecoder authored Jul 25, 2024
1 parent c1212bb commit 21e8326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phones/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def save(self, *args, **kwargs):
self.country_code = realphone.country_code.upper()

# Add numbers to the Relay messaging service, so it goes into our
# US A2P 10DLC campaigns
# A2P 10DLC campaigns
if use_twilio and self.country_code in settings.TWILIO_NEEDS_10DLC_CAMPAIGN:
if settings.TWILIO_MESSAGING_SERVICE_SID:
register_with_messaging_service(client, twilio_incoming_number.sid)
Expand Down

0 comments on commit 21e8326

Please sign in to comment.