Add Google Fi gateway

bug/bundler_fix
wchen-r7 2017-03-07 17:02:32 -06:00
parent e327f9b330
commit 036a443a41
2 changed files with 6 additions and 4 deletions

View File

@ -77,6 +77,7 @@ The module supports the following carriers:
* Sprint * Sprint
* T-Mobile * T-Mobile
* Verizon * Verizon
* Google Fi
## Finding the Carrier for a Phone Number ## Finding the Carrier for a Phone Number

View File

@ -6,10 +6,11 @@ module Rex
module Model module Model
GATEWAYS = { GATEWAYS = {
att:'mms.att.net', # AT&T Wireless att:'mms.att.net', # AT&T Wireless
sprint: 'pm.sprint.com', # Sprint sprint: 'pm.sprint.com', # Sprint
tmobile: 'tmomail.net', # T-Mobile tmobile: 'tmomail.net', # T-Mobile
verizon: 'vzwpix.com' # Verizon verizon: 'vzwpix.com', # Verizon
google: 'msg.fi.google.com' # Google
} }
end end