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