Skip to content

Commit 57bb602

Browse files
author
Brian J
committed
Add missing phone codes
1 parent 99fa648 commit 57bb602

File tree

3 files changed

+247
-3
lines changed

3 files changed

+247
-3
lines changed

src/areaCodeList.js

+57
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export const AREA_CODE_LIST = [
8181
'323',
8282
'325',
8383
'326',
84+
'329',
8485
'330',
8586
'331',
8687
'332',
@@ -159,6 +160,7 @@ export const AREA_CODE_LIST = [
159160
'480',
160161
'483',
161162
'484',
163+
'500',
162164
'501',
163165
'502',
164166
'503',
@@ -178,34 +180,67 @@ export const AREA_CODE_LIST = [
178180
'518',
179181
'519',
180182
'520',
183+
'521',
184+
'522',
185+
'523',
186+
'524',
187+
'525',
188+
'526',
189+
'527',
190+
'528',
191+
'529',
181192
'530',
182193
'531',
194+
'532',
195+
'533',
183196
'534',
197+
'535',
198+
'538',
184199
'539',
185200
'540',
186201
'541',
202+
'542',
203+
'543',
204+
'544',
205+
'545',
206+
'546',
207+
'547',
187208
'548',
209+
'549',
210+
'550',
188211
'551',
212+
'552',
213+
'553',
214+
'554',
215+
'556',
189216
'557',
217+
'558',
190218
'559',
191219
'561',
192220
'562',
193221
'563',
194222
'564',
223+
'566',
195224
'567',
225+
'569',
196226
'570',
197227
'571',
198228
'572',
199229
'573',
200230
'574',
201231
'575',
232+
'577',
233+
'578',
202234
'579',
203235
'580',
204236
'581',
205237
'582',
206238
'585',
207239
'586',
208240
'587',
241+
'588',
242+
'589',
243+
'600',
209244
'601',
210245
'602',
211246
'603',
@@ -226,21 +261,26 @@ export const AREA_CODE_LIST = [
226261
'619',
227262
'620',
228263
'621',
264+
'622',
229265
'623',
230266
'626',
231267
'628',
232268
'629',
233269
'630',
234270
'631',
271+
'633',
235272
'636',
236273
'639',
237274
'640',
238275
'641',
276+
'644',
277+
'645',
239278
'646',
240279
'647',
241280
'649',
242281
'650',
243282
'651',
283+
'655',
244284
'656',
245285
'657',
246286
'658',
@@ -254,13 +294,17 @@ export const AREA_CODE_LIST = [
254294
'670',
255295
'671',
256296
'672',
297+
'677',
257298
'678',
258299
'679',
259300
'680',
260301
'681',
261302
'682',
262303
'684',
304+
'686',
305+
'688',
263306
'689',
307+
'700',
264308
'701',
265309
'702',
266310
'703',
@@ -270,6 +314,7 @@ export const AREA_CODE_LIST = [
270314
'707',
271315
'708',
272316
'709',
317+
'710',
273318
'712',
274319
'713',
275320
'714',
@@ -286,6 +331,7 @@ export const AREA_CODE_LIST = [
286331
'727',
287332
'728',
288333
'729',
334+
'730',
289335
'731',
290336
'732',
291337
'734',
@@ -340,6 +386,7 @@ export const AREA_CODE_LIST = [
340386
'818',
341387
'819',
342388
'820',
389+
'822',
343390
'825',
344391
'826',
345392
'828',
@@ -381,7 +428,17 @@ export const AREA_CODE_LIST = [
381428
'876',
382429
'877',
383430
'878',
431+
'880',
432+
'881',
433+
'882',
434+
'883',
435+
'884',
436+
'885',
437+
'886',
438+
'887',
384439
'888',
440+
'889',
441+
'900',
385442
'901',
386443
'902',
387444
'903',

src/compliance.js

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const CRTC_QUIET_HOURS = {
1717

1818
// The strings of CRTC_STATES must match the `name` field found within AREA_CODES object in phoneCodes.js.
1919
export const CRTC_STATES = [
20+
'Canadian Special Services',
2021
'Alberta',
2122
'British Columbia',
2223
'Manitoba',

0 commit comments

Comments
 (0)