mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #260] Can not Send SMS #187
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#187
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 @mozaffari on GitHub (May 27, 2015).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/260
Hello all developers.
I dont know what is exactly my problem.
I want to force SMSSync to send a message
and my json is
{
"payload": {
"success": "true",
"task": "send",
"secret": "12345",
"messages": [
{
"to": "740",
"message": "data",
"uuid": "032b3515-ef6b-f424-c889"
}
]
}
}
at the first time it send sms and now it is not sending sms
i changed the uuid and it is not sending although.
My screen shot are http://pho.to/9PoRP
@mozaffari commented on GitHub (May 27, 2015):
I fixed my problem with using the demo.php