[GH-ISSUE #87] disable callback response message (receipt messages) #72

Closed
opened 2026-02-28 01:23:03 +03:00 by kerem · 2 comments
Owner

Originally created by @luipel on GitHub (Apr 11, 2013).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/87

There is a way to disable the smssync auto callback message?
I don't want smssync require receiving messages or delivery messages to the service provider: because these are not normal SMS text messages and are billed differently from service provider.
for example:

{
    "payload": {
        "success": "true",
        "task": "send",
        "messages": [
            {
                "to": "+000-000-0000",
                "message": "my message" ,
                "confirm_delivery": "false",
                "confirm_receiving": "false"
            }
        ]
    }
}
Originally created by @luipel on GitHub (Apr 11, 2013). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/87 There is a way to disable the smssync auto callback message? I don't want smssync require receiving messages or delivery messages to the service provider: because these are not normal SMS text messages and are billed differently from service provider. for example: <pre> { "payload": { "success": "true", "task": "send", "messages": [ { "to": "+000-000-0000", "message": "my message" , "confirm_delivery": "false", "confirm_receiving": "false" } ] } } </pre>
kerem closed this issue 2026-02-28 01:23:03 +03:00
Author
Owner

@eyedol commented on GitHub (Apr 16, 2013):

You can turn it off from Messaging -> Settings I think.

<!-- gh-comment-id:16448325 --> @eyedol commented on GitHub (Apr 16, 2013): You can turn it off from Messaging -> Settings I think.
Author
Owner

@luipel commented on GitHub (Apr 16, 2013):

I also thought,
Unfortunately on messaging app -> settings -> SMS Settings -> delivery confirm (require delivery confirm of every message sended) is disabled
Also is disabled on MMS!

<!-- gh-comment-id:16450584 --> @luipel commented on GitHub (Apr 16, 2013): I also thought, Unfortunately on messaging app -> settings -> SMS Settings -> delivery confirm (require delivery confirm of every message sended) is disabled Also is disabled on MMS!
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#72
No description provided.