mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #217] Message Results API not working on 2.7 #157
Labels
No labels
Bug report
Code improvement
Concern
Feature request
Feature request
Good first issue to work on
In progress
Needs info
Question
Ready
Translation
User Experience
User Experience
Website
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SMSSync#157
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Syone on GitHub (Oct 30, 2014).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/217
Message Results API and SMS Delivery Report are both checked
Documentation says : "Once SMSsync receives messages to be sent as SMS it will make a POST ?task=sent"
But no post are made
@mandric commented on GitHub (Oct 30, 2014):
Does Task Checking need to also be checked?
@mandric commented on GitHub (Oct 30, 2014):
Oh if message is not even getting posted then you probably don't have your Sync URL setup correctly?
@Syone commented on GitHub (Oct 31, 2014):
Task checking is checked (Message Results API can't be checked otherwise)
Sync URL is correctly set (http forward works fine)
Using android 4.3
@eyedol commented on GitHub (Nov 1, 2014):
@Syone We will provide a fix for this once we're able to reproduce this. Thanks for posting.
@mandric Yes Task Checking needs to be enabled. You can't enable the Message Result API without have Task Checking enabled.
@shtrih commented on GitHub (Nov 6, 2014):
On 2.7 SyncUrl send POST to
/add?task=sentand/add?task=resultsee:
github.com/ushahidi/SMSSync@a60f3163f7 (diff-851dcb6347)https://github.com/ushahidi/SMSSync/blame/develop/smssync/src/main/java/org/addhen/smssync/controllers/MessageResultsController.java#L33
@eyedol commented on GitHub (Nov 6, 2014):
@shtrih and that doesn't match the documentation. We will fix that.
@sorinpohontu commented on GitHub (Apr 21, 2015):
@eyedol I think you can close this issue.