-
Notifications
You must be signed in to change notification settings - Fork 2
/
simulator.json
47 lines (47 loc) · 1.39 KB
/
simulator.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"endpoint": "",
"networks": {
"MTN": {
"mnc": "01",
"patterns": [
"((\\+?233\\(0\\)|\\+?233|0))?24[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?54[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?55[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?59[0-9]{7,10}"
],
"test_phones": []
},
"AIRTEL-TIGO": {
"mnc": "03",
"patterns": [
"((\\+?233\\(0\\)|\\+?233|0))?27[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?57[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?26[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?56[0-9]{7,10}"
],
"test_phones": []
},
"VODAFONE": {
"mnc": "02",
"patterns": [
"((\\+?233\\(0\\)|\\+?233|0))?20[0-9]{7,10}",
"((\\+?233\\(0\\)|\\+?233|0))?50[0-9]{7,10}"
],
"test_phones": []
},
"GLO": {
"mnc": "07",
"patterns": [
"((\\+?233\\(0\\)|\\+?233|0))23[0-9]{7,10}"
],
"test_phones": []
},
"EXPRESSO": {
"mnc": "05",
"patterns": [
"((\\+?233\\(0\\)|\\+?233|0))?28[0-9]{7,10}"
],
"test_phones": []
}
}
}