Support Google Project Fi gateway
parent
fa43928a8e
commit
d9b21b16a9
|
@ -58,6 +58,7 @@ The module supports the following carriers:
|
|||
* T-Mobile
|
||||
* Verizon
|
||||
* Virgin Mobile
|
||||
* Google Fi
|
||||
|
||||
## Finding the Carrier for a Phone Number
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ module Rex
|
|||
#:sprint => 'messaging.sprintpcs.com', # Sprint
|
||||
:tmobile => 'tmomail.net', # T-Mobile
|
||||
:verizon => 'vtext.com', # Verizon
|
||||
:virgin => 'vmobl.com' # Virgin Mobile
|
||||
:virgin => 'vmobl.com', # Virgin Mobile
|
||||
:google => 'msg.fi.google.com'
|
||||
}
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue