Skip to content
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

Enhance handling of failed SMSes #1004

Open
tim-pearce opened this issue Jan 31, 2024 · 2 comments
Open

Enhance handling of failed SMSes #1004

tim-pearce opened this issue Jan 31, 2024 · 2 comments

Comments

@tim-pearce
Copy link
Contributor

I use ClickSend for sending SMSes but I expect the problem is the same with other services.
I notice some SMSes can fail some time after they were sent. Presumably they look valid at time of sending but the receiving system rejects them (most likely closed accounts) but this would take time.
Off hand, I don't know what the solution would be unless there is an API to request such failures, but then what would Jethro do with them?

@tbar0970
Copy link
Owner

tbar0970 commented Feb 1, 2024

Yep. There are some errors that the SMS gateway will throw as soon as you submit the job to them. Other errors will only be reported later, eg if they can't contact the handset after 48 hours or whatever. Jethro could query the gateway for updates after the event, and would then have to do something with the answers.

@tbar0970 tbar0970 changed the title Failed SMSes Enhance handling of failed SMSes Feb 1, 2024
@tbar0970
Copy link
Owner

tbar0970 commented Feb 1, 2024

Related: #606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants