Mobitek System sells GSM Modem

 

MobiGATE

MobiGATE is a SMS Gateway that enables software application to send and receive SMS.

SMS Gateway is an interface between software application and the SMS Centre of GSM network operator. The software application can be ERP, CRM, Business Intelligence, Accouting Software, Network Monitoring, etc.

Software application commuicates with MobiGATE via SQL statement
To send SMS:
Insert into Outbox (msg_id, message, destination) values ('1', 'Hello!', '+60172233111')

To read SMS:
Select * from Inbox where read_status = 'N'

MobiGATE has 4 GSM channels that can connect to 4 SMS centres. This allows:-

  • broadcasting -- all channels simultaneously sending out SMS
  • routing -- use the lowest SMS rate to send out SMS
  • load balancing -- speed-up the broadcast as work load is shared by all channels
  • fail-over -- when 1st channel fails, 2nd channel will be used to send out SMS; reduce broadcast failure

To order, please contact us.

Copyright Reserved