mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[GH-ISSUE #277] SMSSync not sending SMS when Message Result API is enabled #202
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#202
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 @anuragsn7 on GitHub (Jun 15, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/277
I have setup SMSSync with my local server with following configuration:
checkcheckcheck, frequency1check, frequency1checkIn this configuration, SMSSync successfully poll the server link for tasks (
?task=send), for which I am returningthe uuid is randomly generated on server. SMSSync is also accessing
?task=sentand returning following infoHowever, SMSSync is not sending this SMS at all. When
?task=resultis accessed by SMSSync it returns empty dataBut when I uncheck
Message Result API, SMSSync starts sending SMS. Is there an issue with my configuration? I want to have the SMS delivery report working.@eyedol commented on GitHub (Jun 16, 2015):
Does the log say anything interesting?