Support Google Project Fi gateway

bug/bundler_fix
wchen-r7 2017-03-03 11:36:13 -06:00
parent fa43928a8e
commit d9b21b16a9
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -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