Skip to content

Commit

Permalink
Update SMS CC backlist again
Browse files Browse the repository at this point in the history
non export countries

Ägypten
Armenien
Aserbaidschan
Burundi
Elfenbeinküste (Côte d ́Ivoire)
Eritrea
Guinea
Guinea-Bissau
Irak
Iran
Jemen/Yemen
Kongo (DR)
Korea (DVR)
Libanon
Liberia
Libyen
Myanmar (Birma)
Russische Föderation
Sierra Leone
Simbabwe/Zimbabwe
Somalia
Sudan/Republic of the Sudan
Südsudan/Republic of South Sudan
Syrien
Tunesien
Ukraine
Weißrussland (Belarus)
Zentralafrikanische Republik
  • Loading branch information
enkore committed Sep 29, 2016
1 parent fb2af97 commit aec077b
Showing 1 changed file with 73 additions and 0 deletions.
73 changes: 73 additions & 0 deletions qabel_index/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@

SENDSMS_DEFAULT_FROM_PHONE = '+15005550006'

# https://en.wikipedia.org/wiki/List_of_country_calling_codes
SMS_BLACKLISTED_COUNTRIES = (
# Cuba
53,
Expand Down Expand Up @@ -186,6 +187,78 @@

# New Caledonia,
687,

# Egypt
20,

# Armenia
374,

# Azerbaijan
994,

# Burundi
257,

# Ivory coast
225,

# Eritrea
291,

# Guinea
224,

# Guinea-Bissau
245,

# Iraq
964,

# Yemen
967,

# Congo
242,

# Lebanon
961,

# Liberia
231,

# Libya
218,

# Myanmar
95,

# Russian Federation
7,

# Sierra Leone
232,

# Zimbabwe
263,

# Somalia
252,

# South Sudan
211,

# Tunisia
216,

# Ukraine
380,

# Belarus
375,

# Central African Republic
236,
)

# Enable shallow verification, i.e. do not confirm via verification mails or SMSes.
Expand Down

0 comments on commit aec077b

Please sign in to comment.