Update CIDRs (#3282)

This commit is contained in:
Michael J. Mavroudis 2018-08-14 18:48:52 -04:00 committed by FusionPBX
parent c69d8a3465
commit 3345c38b0e
1 changed files with 32 additions and 12 deletions

View File

@ -96,35 +96,55 @@ if (!class_exists('providers')) {
$x = 0;
$nodes[$x]['uuid'] = 'dae9ab41-73c1-4792-bfdb-eccbedeebac9';
$nodes[$x]['cidr'] = '104.225.6.160/29';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['description'] = 'VoiceTel - SJC';
$x++;
$nodes[$x]['uuid'] = '3167d47d-0679-4336-b4c4-be68cdc28e5b';
$nodes[$x]['cidr'] = '104.225.13.72/29';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['description'] = 'VoiceTel - DFW';
$x++;
$nodes[$x]['uuid'] = 'e3d2e9b8-5807-4175-9ffc-57480ac94f83';
$nodes[$x]['cidr'] = '148.59.176.0/23';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['description'] = 'VoiceTel - Anycast';
$x++;
$nodes[$x]['uuid'] = 'a1d70666-ab25-425a-9884-60530f4dd8b7';
$nodes[$x]['cidr'] = '192.73.246.104/29';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['description'] = 'VoiceTel - DEN';
$x++;
$nodes[$x]['uuid'] = '0bf5450f-c23b-4139-9e89-884bd0972912';
$nodes[$x]['cidr'] = '192.73.250.96/29';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['description'] = 'VoiceTel - ORD';
$x++;
$nodes[$x]['uuid'] = '4c60a07b-d166-4792-8af7-02b7d4ea53ca';
$nodes[$x]['cidr'] = '199.101.184.144/29';
$nodes[$x]['description'] = 'VoiceTel - CLT';
$x++;
$nodes[$x]['uuid'] = '181dcaf8-f990-4869-90e3-97de7d2daa5a';
$nodes[$x]['cidr'] = '192.73.251.104/29';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['description'] = 'VoiceTel - NYC';
$x++;
$nodes[$x]['uuid'] = 'b32db3ae-4ce8-4793-ad30-fbb6478b9249';
$nodes[$x]['cidr'] = '192.254.70.144/29';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['cidr'] = '94.75.246.128/25';
$nodes[$x]['description'] = 'VoiceTel - AMS';
$x++;
$nodes[$x]['uuid'] = '5782acb1-845c-4d33-8241-569f83854283';
$nodes[$x]['cidr'] = '192.254.76.220/30';
$nodes[$x]['description'] = 'VoiceTel';
$nodes[$x]['cidr'] = '50.18.88.40/32';
$nodes[$x]['description'] = 'VoiceTel - Amazon West';
$x++;
$nodes[$x]['uuid'] = 'de15a965-46a7-4e26-a495-7dba758bbd72';
$nodes[$x]['cidr'] = '52.9.226.100/32';
$nodes[$x]['description'] = 'VoiceTel - Amazon West 2';
$x++;
$nodes[$x]['uuid'] = '5782acb1-845c-4d33-8241-569f83854283';
$nodes[$x]['cidr'] = '52.201.88.130/32';
$nodes[$x]['description'] = 'VoiceTel - Amazon East';
$x++;
$nodes[$x]['uuid'] = '0df05db5-1dea-4c46-b9c5-6af1ff87b929';
$nodes[$x]['cidr'] = '52.20.181.50/32';
$nodes[$x]['description'] = 'VoiceTel - Amazon East 2';
$x++;
$nodes[$x]['uuid'] = 'a48edb1c-6eb2-4015-b23f-872f96421bca';
$nodes[$x]['cidr'] = '104.197.10.30/32';
$nodes[$x]['description'] = 'VoiceTel - GCE North';
}
//return the array
@ -183,8 +203,8 @@ if (!class_exists('providers')) {
if ($provider == 'voicetel') {
$x=0;
$gateways[$x]['uuid'] = 'd61be0f0-3a4c-434a-b9f6-4fef15e1a634';
$gateways[$x]['name'] = 'voicetel';
$gateways[$x]['proxy'] = 'sbc.voicetel.com';
$gateways[$x]['name'] = 'VoiceTel';
$gateways[$x]['proxy'] = 'geo.voicetel.com';
$gateways[$x]['username'] = 'username';
$gateways[$x]['password'] = 'password';
$gateways[$x]['register'] = 'false';