mirror of
https://github.com/ushahidi/SMSSync.git
synced 2026-04-25 07:45:53 +03:00
[GH-ISSUE #70] Only allow sending to phone's current country #63
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#63
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 @olliebennett on GitHub (Dec 23, 2012).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/70
I can imagine people being concerned about setting up their phone to mindlessly send messages to any number provided by the server.
I live in the UK, and the cost of sending a SMS to another country is quite high (and outside my included free texts). Therefore I only want to send out messages to numbers in this country.
I would like to have an option in the SMSSync app that prevents sending of messages to any recipient not beginning with the UK country code (i.e.
+44).Ideally the phone would still send messages without a country prefix (for example, in the UK
07123456789is the same as+447123456789).An idea for a new setting in the settings page:
Possible problems:
+44version, instead of (for example)00447123456789(which would work in the UK, but not in Kenya who would need to dial0447123456789).@eyedol commented on GitHub (Dec 23, 2012):
@olliebennett I would rather leave this to the client side to implement since the client side gives SMSSync the number and message to send.