sms_carrier.sql 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. INSERT INTO sms_carrier
  2. (id, name, email_pattern, created)
  3. VALUES
  4. (100056, '3 River Wireless', '%s@sms.3rivers.net', now()),
  5. (100057, '7-11 Speakout', '%s@cingularme.com', now()),
  6. (100058, 'Airtel (Karnataka, India)', '%s@airtelkk.com', now()),
  7. (100059, 'Alaska Communications Systems', '%s@msg.acsalaska.com', now()),
  8. (100060, 'Alltel Wireless', '%s@message.alltel.com', now()),
  9. (100061, 'AT&T Wireless', '%s@txt.att.net', now()),
  10. (100062, 'Bell Mobility (Canada)', '%s@txt.bell.ca', now()),
  11. (100063, 'Boost Mobile', '%s@myboostmobile.com', now()),
  12. (100064, 'Cellular One (Dobson)', '%s@mobile.celloneusa.com', now()),
  13. (100065, 'Cingular (Postpaid)', '%s@cingularme.com', now()),
  14. (100066, 'Centennial Wireless', '%s@cwemail.com', now()),
  15. (100067, 'Cingular (GoPhone prepaid)', '%s@cingularme.com', now()),
  16. (100068, 'Claro (Nicaragua)', '%s@ideasclaro-ca.com', now()),
  17. (100069, 'Comcel', '%s@comcel.com.co', now()),
  18. (100070, 'Cricket', '%s@sms.mycricket.com', now()),
  19. (100071, 'CTI', '%s@sms.ctimovil.com.ar', now()),
  20. (100072, 'Emtel (Mauritius)', '%s@emtelworld.net', now()),
  21. (100073, 'Fido (Canada)', '%s@fido.ca', now()),
  22. (100074, 'General Communications Inc.', '%s@msg.gci.net', now()),
  23. (100075, 'Globalstar', '%s@msg.globalstarusa.com', now()),
  24. (100076, 'Helio', '%s@myhelio.com', now()),
  25. (100077, 'Illinois Valley Cellular', '%s@ivctext.com', now()),
  26. (100078, 'i wireless', '%s.iws@iwspcs.net', now()),
  27. (100079, 'Meteor (Ireland)', '%s@sms.mymeteor.ie', now()),
  28. (100080, 'Mero Mobile (Nepal)', '%s@sms.spicenepal.com', now()),
  29. (100081, 'MetroPCS', '%s@mymetropcs.com', now()),
  30. (100082, 'Movicom', '%s@movimensaje.com.ar', now()),
  31. (100083, 'Mobitel (Sri Lanka)', '%s@sms.mobitel.lk', now()),
  32. (100084, 'Movistar (Colombia)', '%s@movistar.com.co', now()),
  33. (100085, 'MTN (South Africa)', '%s@sms.co.za', now()),
  34. (100086, 'MTS (Canada)', '%s@text.mtsmobility.com', now()),
  35. (100087, 'Nextel (Argentina)', '%s@nextel.net.ar', now()),
  36. (100088, 'Orange (Poland)', '%s@orange.pl', now()),
  37. (100089, 'Personal (Argentina)', '%s@personal-net.com.ar', now()),
  38. (100090, 'Plus GSM (Poland)', '%s@text.plusgsm.pl', now()),
  39. (100091, 'President\'s Choice (Canada)', '%s@txt.bell.ca', now()),
  40. (100092, 'Qwest', '%s@qwestmp.com', now()),
  41. (100093, 'Rogers (Canada)', '%s@pcs.rogers.com', now()),
  42. (100094, 'Sasktel (Canada)', '%s@sms.sasktel.com', now()),
  43. (100095, 'Setar Mobile email (Aruba)', '%s@mas.aw', now()),
  44. (100096, 'Solo Mobile', '%s@txt.bell.ca', now()),
  45. (100097, 'Sprint (PCS)', '%s@messaging.sprintpcs.com', now()),
  46. (100098, 'Sprint (Nextel)', '%s@page.nextel.com', now()),
  47. (100099, 'Suncom', '%s@tms.suncom.com', now()),
  48. (100100, 'T-Mobile', '%s@tmomail.net', now()),
  49. (100101, 'T-Mobile (Austria)', '%s@sms.t-mobile.at', now()),
  50. (100102, 'Telus Mobility (Canada)', '%s@msg.telus.com', now()),
  51. (100103, 'Thumb Cellular', '%s@sms.thumbcellular.com', now()),
  52. (100104, 'Tigo (Formerly Ola)', '%s@sms.tigo.com.co', now()),
  53. (100105, 'Unicel', '%s@utext.com', now()),
  54. (100106, 'US Cellular', '%s@email.uscc.net', now()),
  55. (100107, 'Verizon', '%s@vtext.com', now()),
  56. (100108, 'Virgin Mobile (Canada)', '%s@vmobile.ca', now()),
  57. (100109, 'Virgin Mobile (USA)', '%s@vmobl.com', now()),
  58. (100110, 'YCC', '%s@sms.ycc.ru', now()),
  59. (100111, 'Orange (UK)', '%s@orange.net', now()),
  60. (100112, 'Cincinnati Bell Wireless', '%s@gocbw.com', now()),
  61. (100113, 'T-Mobile Germany', '%s@t-mobile-sms.de', now()),
  62. (100114, 'Vodafone Germany', '%s@vodafone-sms.de', now()),
  63. (100115, 'E-Plus', '%s@smsmail.eplus.de', now()),
  64. (100116, 'Cellular South', '%s@csouth1.com', now()),
  65. (100117, 'ChinaMobile (139)', '%s@139.com', now()),
  66. (100118, 'Dialog Axiata', '%s@dialog.lk', now());