Skip to content

restore international numbers #1629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 14, 2025
Merged

restore international numbers #1629

merged 5 commits into from
Apr 14, 2025

Conversation

terrazoon
Copy link
Contributor

@terrazoon terrazoon commented Apr 3, 2025

Description

We originally removed the capability to send to international numbers because they were not part of any immediate use case we were going to support.

Restore this ability by removing the way we blocked it (checking for +1), and restore the existing tests for international numbers.

Note: This is 99% successful but there were two anomalies to note: For the Cook Islands and for Egypt, we get some kind of formatting failure. I don't think this will prevent sending, only mess up the preview. Unfortunately we don't have any Cook Island or Egypt numbers to test with.

Also, AWS provides some simulated international numbers. I ran through these and 22 out of 24 passed. We had one failure where we never got an answer back from Norway -- I assume because the AWS simulated number is broken in some way. Also, the UK simulated number failed with "no origination authority", which sounds more serious and legit, so something to investigate at some point.

Security Considerations

N/A

Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @terrazoon!

All looks good to me here as far as the changes go, I just had a couple of questions where you had a questions noted to see if we can sort them out before merging.

Copy link
Member

@A-Shumway42 A-Shumway42 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@terrazoon terrazoon merged commit ffdc0ed into main Apr 14, 2025
7 checks passed
@terrazoon terrazoon deleted the intl_nums branch April 14, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants