[PR #63] [CLOSED] After processing an sms trigger a task #356

Closed
opened 2026-02-28 01:24:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ushahidi/SMSSync/pull/63
Author: @svenstm
Created: 11/22/2012
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • 92acba7 After processing an sms trigger a task

📊 Changes

1 file changed (+8 additions, -0 deletions)

View changed files

📝 smssync/src/org/addhen/smssync/ProcessSms.java (+8 -0)

📄 Description

After receiving an SMS I would like to reply with my own message, but asynchronous. So I set SMS which needs to be send in reply on the webserver, but then I have to wait for the Task Sync service to get the reply.

I added this line of code to immediatly after processing the sms to check if there is already a message which needs to be send (in reply).

I hope you find this a usefull addition.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ushahidi/SMSSync/pull/63 **Author:** [@svenstm](https://github.com/svenstm) **Created:** 11/22/2012 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`92acba7`](https://github.com/ushahidi/SMSSync/commit/92acba7d82dd34348ea5fdaa6253911148f69c48) After processing an sms trigger a task ### 📊 Changes **1 file changed** (+8 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `smssync/src/org/addhen/smssync/ProcessSms.java` (+8 -0) </details> ### 📄 Description After receiving an SMS I would like to reply with my own message, but asynchronous. So I set SMS which needs to be send in reply on the webserver, but then I have to wait for the Task Sync service to get the reply. I added this line of code to immediatly after processing the sms to check if there is already a message which needs to be send (in reply). I hope you find this a usefull addition. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:24:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#356
No description provided.