Category Archives: MobiGATE

MOBITEK MobiGATE

Each GSM Channel/SIM Card/Modem of MobiGATE Has Its Own IP Address

We need multiple sim modems for the different providers here in the Philippines.  We are already using wavecom single sim modems.  We need multiple sims modem wherein we can assign ip address for each sim. Do you have such product?

Yes, we have, we recommend MobiGATE Model: SG-4-E that supports 4 GSM Channels/SIM Cards/Modems, each of the channel can be assigned to an IP address:-

  • modem 1 => 192.168.1.10:8001
  • modem 2 => 192.168.1.10:8002
  • modem 3 => 192.168.1.10:8003
  • modem 4 => 192.168.1.10:8004

On PC side, you will need to install a virtual com port driver that will map a COM port to the IP address, e.g.:-

  • COM Port no. 11 => 192.168.1.10:8001
  • COM Port no. 12 => 192.168.1.10:8002
  • COM Port no. 13 => 192.168.1.10:8003
  • COM Port no. 14 => 192.168.1.10:8004

You can use the following communication methods:-

  1. SQL via MOBITEK SMS ENGINE
  2. AT command via TCP/IP (you do not need to specify the IP address as the virtual com port has mapped the comport with IP address for you)

Note: the above model SG-4-E was an old model.

More Information

MOBIGATE — How to Send and Read SMS

SMS_GATEWAY

MOBIGATE

These are the protocols supported by MOBIGATE SG-4-E to send and read SMS:-

  1. SQL
    • to send out SMS: Insert into Outbox (msg_id, message, destination) values (‘1’, ‘Hello!’, ‘+60172233111’)
    • to read SMS: Select * from Inbox where read_status = ‘N’
  2. MOBITEK SMS API over TCP/IP
  3. AT Command over TCP/IP

 MOBIGATE SPECIFICATION

How to Scale-Up SMS Gateway

Is there another model that is capable of supporting more than 4 modems?

There are 2 options:-

  1. MobiGATE; or
  2. Modem Hub

We recommend MobiGATE as the solution. 1 unit MobiGATE has built-in:-

  1. 4 SMS Modems/SIM cards; and
  2. Modem Hub

To scale-up (increase number of modems), add more units of MobiGATE, model: SG-4-E where the connectivity is ethernet (LAN port):-

  • all MOBIGATEs are connected to <-> switch/LAN <-> Windows server
  • 1 Windows server is able to control multiple units of MOBIGATE
    • e.g. 1 server can control 10 units of MOBIGATE (or 40 units of Modems)
  • 1 server, 1 SMS Engine, 1 config.xml, 1 database <-> multiple units of MOBIGATE

Continue reading