Tag Archives: SMS gateway

How to Insert SIM Card into MOBITKEK MobiGATE

Applies To These Models

  • SG-B-8-L-W
  • SG-B-8-U
  • SG-B-8-L

How to Insert SIM Card-01How to Insert SIM Card-02

Before you insert the SIM card, you must check the position of SIM Card. When insert the SIM Card:-

  1. the “gold area” of the SIM Card should be facing downward;
  2. turn on the switch button, if you can see the blue LED Blinking, this means MobiGATE is connected to the 2G/3G network

MOBITEK MobiGATE is an IP Based SMS Gateway

MOBITEK MobiGATE SG-B-8

MOBITEK MobiGATE

MOBITEK® MobiGATE model: SG-B-8-L / SG-B-8-L-W / SG-B-4-L / SG-B-4-L-W

All these models have LAN connectivity and are IP based SMS gateway.

MOBITEK® MobiGATE has an IP address, e.g. 192.168.10.220

Each modem/SIM card has an IP address:port, e.g.

  • modem/SIM card no. 1 <=> 192.168.10.220:961
  • modem/SIM card no. 2 <=> 192.168.10.220:962
  • modem/SIM card no. 3 <=> 192.168.10.220:963
  • modem/SIM card no. 4 <=> 192.168.10.220:964
  • modem/SIM card no. 5 <=> 192.168.10.220:965
  • modem/SIM card no. 6 <=> 192.168.10.220:966
  • modem/SIM card no. 7 <=> 192.168.10.220:967
  • modem/SIM card no. 8<=> 192.168.10.220:968

 

System Architecture no. 1

MobiGATE can be scaled up. Multiple units of MobiGATE is connected to 1 server.

 

System Architecture no. 2

Multiple units of MobiGATES located in various countries (Indonesia, Philippines, Malaysia) are centrally controlled by 1 server in Singapore.

MOBITEK MobiGATE is an IP Based SMS Gateway-01

 

System Architecture no. 3

1 unit of MobiGATE can be shared by multiple servers in local area network.

MOBITEK MobiGATE is an IP Based SMS Gateway-02

 

More Information

Control Panel for MobiGATE SMS Engine — Enterprise Edition version 1.6.2 is Released

Version 1.6.2: fixed “unhandled exception” bug when monitoring status of modem.

More Information

MobiGATE SMS Engine — Enterprise Edition version 6.2.1 is Released

New: minor improvement; log file correctly state the version number.

Version 6.1: has fixed a bug — in the inbox table, both “scts” and “dateime_recv” have the same time stamp; by right “scts” should take the value from properties “scts” which is the time stamp of network operator.

Version 6.0: supports concatenation of multiple part of SMS when sending out, i.e. it can send SMS with more than 160 characters.

MOBITEK SMS Engine is able to work in Windows Server 2003 / 2008 / 2012, 32 bit and 6

MOBITEK SMS Engine — Enterprise Edition is a Windows Service that sends and receives SMS. System integrator and software developer do not need to write any code to build a SMS Gateway. The MOBITEK SMS Engine uses SQL Server database (MS SQL, MySQL, Oracle) to store incoming SMS, and to check if there is any pending SMS to be send out.

Your application or system just need to insert records into “outbox” table to send out SMS, and retrieve record from “inbox” table to read SMS.

MOBITEK SMS Engine has taken care all SMS transactions.

For Oracle support, separate license is required.

More Information

Manual for MOBITEK SMS Engine Enterprise Edition version 6, Edition no. 3 is Released

3rd

3rd of December, 2016

  • Removed “SMS Monitor”

  • Revised “ 5. New: support Oracle 11g (not in standard package, separate license is required)”

  • Added “ 3. New: manual routing”

 

MobiGATE SMS Engine — Enterprise Edition version 6.0 Now Supports Concatenate SMS

MOBITEK SMS Engine — Enterprise Edition is a Windows Service that sends and receives SMS. System integrator and software developer do not need to write any code to build a SMS Gateway. The MOBITEK SMS Engine uses SQL Server database (MS SQL, MySQL, Oracle) to store incoming SMS, and to check if there is any pending SMS to be send out.

Your application or system just need to insert records into “outbox” table to send out SMS, and retrieve record from “inbox” table to read SMS.

MOBITEK SMS Engine has taken care all SMS transactions.

The new version 6.0 supports concatenation of multiple part of SMS when sending out, i.e. it can send SMS with more than 160 characters.

While version 6.2 has fixed a bug — in the inbox table, both “scts” and “dateime_recv” have the same time stamp; by right “scts” should take the value from properties “scts” which is the time stamp of network operator.

MOBITEK SMS Engine is able to work in Windows Server 2003 / 2008 / 2012, 32 bit and 64.

For Oracle support, separate license is required.

More Information

How to Insert SIM Card

(note: for updated post, please refer to https://mobitek-system.com/blog/2017/07/how-to-insert-sim-card-into-mobitkek-mobigate/)

  1. Before you insert the SIM card into your Modem, you must check the position of SIM Card.
    – MOBITEK MobiGATE or MOBITEK Q24 STK MODEM HUBHow to Insert SIM Card-01
    – The correct position of SIM Card to be inserted:How to Insert SIM Card-02
  2. When insert the SIM Card:-
    – the “gold area” of the SIM Card should be facing at down position;
    – turn on the switch button, you can see the blue LED Blinking which means your modem is connected. to the GSM/3G network

Applies To

  • MOBITEK MobiGATE, Model: SG-B-8-L-W
  • MOBITEK MobiGATE, Model: SG-B-8-U
  • MOBITEK Q24 STK Modem Hub, Model: B-8-U
  • MOBITEK Q24 GSM Modem Hub, Model: B-8-U

 

MOBITEK MobiGATE — How to Send and Read SMS

MOBITEK MobiGATE -- SMS Gateway for Enterprise

MOBITEK MobiGATE — SMS Gateway for Enterprise

MOBITEK® MobiGATE is a SMS Gateway for Enterprise.

MOBITEK® MobiGATE is an intelligent 8 port modem pool.

These are the supported protocol to send and read SMS:-

  1. SQL Statement:-
    • to send out SMS: 
      Insert into Outbox (message, destination) values ('Hello!', '+60172233111');
    • to read SMS: 
      Select * from Inbox where read_status = 'N';
    • to out SMS in bulk:
      Insert into Outbox (message, destination) values ('Hello!', '+60172233111'),  ('Hello!', '+60172233112'), ('Hello!', '+60172233113'), ('Hello!', '+60172233114'), ('Hello!', '+60172233115');
    • to out SMS in bulk (MS SQL):
      BULK INSERT Outbox FROM 'C:\MSSQLTextFile.txt' WITH(FIELDTERMINATOR=',',ROWTERMINATOR='n'
    • example of the text file, "MSSQLTextFile.txt":
      ,Hello!,,,+60172233111,,,,,,,,
      
      ,Hello!,,,+60172233112,,,,,,,,
      
      ,Hello!,,,+60172233113,,,,,,,,
      
      ,Hello!,,,+60172233114,,,,,,,,
      
      ,Hello!,,,+60172233115,,,,,,,,
    • to out SMS in bulk (MySQL):
      LOAD DATA INFILE 'C:\MySQLTextFile.txt' INTO Table Outbox FIELDS TERMINATED BY ',';
    • example of the text file, "MySQLTextFile.txt":
      ,Hello!,,2015-12-17 09:33:29,+60172233111,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233112,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233113,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233114,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233115,P,NULL,NULL,NULL,NULL,T,NULL,
  2. MOBITEK SMS API over TCP/IP

More Information

Installation Menu of MOBITEK MobiGATE is Revised

[iframe src=”http://www.mobitek.com.my/Support/MobiGATE/Driver/Virtual%20Serial%20COM%20Port%20for%20SG-B-8-L-x/Installation%20Guide%20for%20MobiGATE%20SG-B-8.html” width=”100%” height=”500″]

Files

  1. Installation Guide for MobiGATE SG-B-8.html

More Information

  1. MOBITEK MobiGATE — How to Send and Read SMS
  2. Training for MOBITEK MobiGATE

Manual for MOBITEK SMS Engine Enterprise Edition version 6, Edition no. 2 is Released

2nd 13th of November, 2015
  • Added “APPENDIX 5: HOW TO SET-UP MySQL DATABASE”
  • Added “Ms. Nur Shafiqah binti Muhamad Baharum, UNIVERSITI PERTAHANAN NASIONAL MALAYSIA”