The name and description of the "Ignore Contacts" setting is unclear.
Problem: The label and description are not clear. It is not clear what "ignore" means -- whether it means that the App will or will not access and use the contacts. It is not clear what "do not check" means -- whether it...
List Name: ca-ntnuyt
Blacklist to block all international (including USA) codes outside the territories (Northwest Territories, Nunavut and Yukon)
(North American toll free numbers will work.)
ca-ntnuyt
List Name: ca-bc
Blacklist to block all international (including USA) codes outside the province of British Columbia, Canada.
(North American toll free numbers will work.)
ca-bc
List Name: ca-ab
Blacklist to block all international (including USA) codes outside the province of Alberta, Canada.
(North American toll free numbers will work.)
ca-ab
Is there a way to add comments within the code (either lines of comments, or at the end of a line of code)
Example:
// This will block everything
+1* /* Remove this line to unblock USA area codes */
+2*
+3*
+4*
+5*
+6*
+7*
+8*
+9*
Thanks
List Name: ca-onqc
Blacklist to block all international (including USA) codes outside the province of Ontario and Quebec, Canada.
(North American toll free numbers will work.)
ca-onqc
List Name: ca-qc
Blacklist to block all international (including USA) codes outside the province of Quebec, Canada.
(North American toll free numbers will work.)
ca-qc
List Name: ca-on
Blacklist to block all international (including USA) codes outside the province of Ontario, Canada.
(North American toll free numbers will work.)
ca-on
I have a question for the Admins.
What is the difference in behaviour, if any, if you explicitly add a wildcard to skip a code, as opposed to not skipping a code.
For example, is there any difference in behaviour between these versions below?
Version 1:
+2*
+3*=
+4*
Version 2:
+2*
+4*...