Category Archives: MobiGATE

MOBITEK MobiGATE

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 Change the COM Port Number

Step by step guide on how to change COM Port number

Step 1: Open device manager, and expand ‘Ports (COM & LPT). I will use MobiGATE SG-B-8-U for this example

COM-01

 

Step 2: Select the COM Port you want to change, right click and click on ‘Properties’

COM-02

Step 3: Click on ‘Port Settings’ tab

COM-03

 

Step 4: Click on ‘Advanced’

COM-04

 

Step 5: Select the COM Port that is not in use. I will select COM Port 26 for this example.

COM-05

 

Step 6: Click on ‘OK’. The COM Port is changed now.

COM-06

File Access Denied to SMS Engine

Problem

  • “File Access Denied” error message appeared; or
  • unable to save or write database file, batch file, “config.xml” file or text file.

Applies To

  1. MOBITEK MobiGATE SMS Engine — Enterprise Edition version 5 and 6;
  2. MOBITEK CLISMS version 5 and above; and
  3. Windows 7 and above.

Solution

Allow “Full Control” to “Users” to the folder of the application. In this example, itis “C:\Program Files (x86)\SMS Engine Enterprise Edition”

  1. Security -> Users -> Edit

    Security -> Users -> Edit

  2. Users -> Full control

    Users -> Full control

 

 

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