mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 15:55:57 +03:00
[GH-ISSUE #87] disable callback response message (receipt messages) #72
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#72
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 @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" } ] } }@eyedol commented on GitHub (Apr 16, 2013):
You can turn it off from Messaging -> Settings I think.
@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!