[GH-ISSUE #260] Can not Send SMS #187

Closed
opened 2026-02-28 01:23:36 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-02-28 01:23:36 +03:00
Author
Owner

@mozaffari commented on GitHub (May 27, 2015):

I fixed my problem with using the demo.php

<!-- gh-comment-id:105753148 --> @mozaffari commented on GitHub (May 27, 2015): I fixed my problem with using the demo.php
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#187
No description provided.