Category Archives: MobiGATE

MOBITEK MobiGATE

MobiGATE Installation Guide is Revised, edition no. 8

 

EDITION

ISSUED DATE

REMARK

1st

1st of August, 2009

Draft release.

2nd

21st of December, 2009

Pictures added.

3rd

14th of Jan, 2010

Installation guide on USB adapter added.

4th

13th of March, 2011

  • “Device Manager” picture added

  • PCI card installation section removed

5th

8th of December, 2011

Pictures of “Serial Hub” added

6th

31st of December, 2013

Added “SOFTWARE: HOW TO SET-UP E-NET WITH MOBI GATE”

7th

12th of September, 2014

  • New models are launched:-

    • SG-4-U

    • SG-4-E

  • “INSTALLING DRIVER FOR MOBIGATE SG-4-U” added

  • “UN-INSTALLING DRIVER FOR MOBIGATE SG-4-U” added

8th

21st of November, 2014

“HARDWARE: CHASSIS” revised

MOBITEK SMS API version 9 (beta)

New function in Modem class:-

  • Modem.GetMSISDN()

To get the Mobile Subscriber Integrated Services Digital Network Number (MSISDN). MSISDN is the telephone number of the SIM card in a mobile/cellular phone. MSISDN is stored in the SIM card. Some SIM card does not store it, and therefore will return empty string.

  •  Modem.GetIMSI()

To get the International Mobile Subscriber Identify. IMSI is stored in the SIM card. IMSI is used for identifying the user of a cellular network and it is a unique number.

New function in USSD class:-

  • USSD.USSDListen()

This function call will listen for USSD prompt from the network operator and capture it. While listening, no other funtions are allowed to be called, it will stop upon time-out (default is 3 seconds). If USSDListen() is not called, any USSD prompt is sent by network operator, then it will not be captured. If USSDListen() is called after USSD prompt is sent by network operator, then it will not be captured.

For more information, please refer to the manual for software developer …