Add Google Fi gateway
parent
e327f9b330
commit
036a443a41
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue