Control Panel for SMS Engine — Enterprise Edition version 3.1 has been Released
List of Fixes in Version 3.1
- Fix bug “Conversion from string “” to type ‘Double’ is not valid” when “Start Monitoring” is clicked;
- Remove any unused subroutines, functions, variables, code comments;
- Rename “ModemState.vb” to “MonitorModem.vb”;
- Combine “MonitorModem.CheckModemStatusVersion2_MSSQL()” and “MonitorModem.CheckModemStatusVersion2()” into one subroutine;
- Rename “RelabelModemStatusVersion2()” to “MonitorModem.UpdateStatus()”;
- Rename “RestoreBackColorVersion2()” to “MonitorModem.RestoreStatus()”;
- Disable “Open Configuration File” and “Reset Configuration File” button when engine is running;
- Condensing “If…Else” with “For…next” inside ModemState.CheckModemStatusForVersion2()” and “ModemState.CheckModemStatusVersion2_MSSQL()” subroutines.
Download
Existing customers of MobiGATE with valid warranty period or with valid annual support programme could download version 3.17 from here …
If you wish to subscribe to annual support programme for your MobiGATE, please contact us.
More Information
Chilkat Mail ActiveX version 9.4 Does Not Support GMail and Yahoo Mail Server
CONCLUSION
- Chilkat Mail ActiveX version 9.4 does not support GMail and Yahoo Mail with or without SSL connection.
- Chilkat Mail ActiveX version 9.4 supports mail server of mobitek.my with or without SSL connection.
TEST
TEST OBJECTIVE | TESTING METHODOLOGY | TEST RESULT |
Can MOBITEK SMS360 connect to GMail mail server via POP3 with SSL? | GOOGLE SETTINGS
SMS360 Setting |
![]() No e-mail was converted to SMS. |
Can MOBITEK SMS360 connect to GMail mail server via POP3 without SSL? | GOOGLE SETTINGS
SMS360 Setting |
![]() No e-mail was converted to SMS. |
Can MOBITEK SMS360 connect to Yahoo mail server via POP3 with SSL? | SMS360 Setting | ![]() No e-mail was converted to SMS. |
Can MOBITEK SMS360 connect to Yahoo mail server via POP3 without SSL? | SMS360 Setting | ![]() No e-mail was converted to SMS. |
Can MOBITEK SMS360 connect to info@mobitek.my mail server via POP3 with SSL? | SMS360 Setting | ![]() E-mail was converted to SMS. |
Can MOBITEK SMS360 connect to info@mobitek.my mail server via POP3 without SSL? | SMS360 Setting | ![]() E-mail was converted to SMS. |
Please provide these information:-
Introducing Data Recovery Service using South Korea Technology
Are you experiencing data loss caused by:-
- virus
- hardware failure
- file system corruption
- disk format
- accidentally deletion
MOBITEK can offer data recovery service using South Korea expertise and technology, your data inside these medium can be recovered:-
- HDD
- SSD
- Memory Cards (CF, SD)
- USB thumb drive
- RAID
- CCTV
Please write to us for more information.
List of Functions Supported by MOBITEK EC20 4G Router & IoT Gateway (Firmware: 3.4.3.9-005)
How to Reset or Reboot MOBITEK S80 Modem on an Interval
- The reset command “AT+WRST” can be issued in either hyper terminal or QCOM.
- When MOBITEK S80 modem is reset/reboot:-
- the state of QCOM as follows:-
- “Close Port” button turn to “Open Port”
- “Send Command” and “Run” buttons are greyed out
- No command can be send out
- the state of Red LED status as follows:-
- stop blinking
- turn off
- turn on
- blinking
- all the above completed in less than 10 seconds
- SMS Engine — Enterprise Edition is able to re-initialize the modem
- the state of QCOM as follows:-
TEST RESULT
AT+WRST
AT+WRST only has the <MODE>,<DELAY>,<REMAINTIME>:
Issued: AT+WRST=1,"000:03"
Response: +WRST: 1,"000:03","000:03"
- 1 = enable reset
- “000:03” = reset every 3 minutes interval
- “000:03” = countdown for the next reset (3 minutes). this countdown is still active even the port is disconnected.
Means:
- AT+WRST is not able to do schedule reboot as we can’t specify the schedule time for the reset
- AT+WRST is able to reset at any interval, i.e.: every 3 minutes
- need to connect to the port again after every reset
- the reset setting is always saved in the module even after every reconnection unless “AT+WRST=0” is issued
MOBITEK EC20 Router Will Continuously Re-connect If There Is No 4G Or 3G Network Connection
By default, EC20 router will continuously re-connect if there is no 4G or 3G network connection. Reboot is not necessary.
MOBITEK Sells Various Brands of GSM Modem
GSM modems are used in various industries. Different modem manufacturers implement different AT commands, therefore systems or applications cannot easily switch modem from 1 manufacturer to another.
We are pleased to inform you that we are able to supply GSM Modem from these manufacturers / brands:-
Please contact us for further information.
How to Send MMS Using MOBITEK Q25 Modem
Note:-
|
AT COMMANDS FOR MMS
Note: This script is located in “X:\Reports by Trainees\Taufiq\A20-T-30-4G Modem (Q25)\MMS\MMS Script.ini”. It must be executed one-by-one because the delay time is not set. Load the script in QCOM to use it. The MMS Settings used is MAXIS’s MMS Settings:
AT COMMAND | DESCRIPTION |
AT+CPIN? | To enter a password or query whether or not the module requires a password.
If the reply is “+CPIN: READY”, meaning the module is not pending for any password. |
AT+QICSGP=1,1,”unet”,”maxis”,”wap”,1 | Configure parameters of a TCP/IP context.
AT+QICSGP=<contextID>,<context_type>,<APN>,<username>,<password>,<authentication> |
AT+QIACT=1 | Activate a PDP context. |
AT+QIACT? | OPTIONAL.
Return the list of the current activated contexts and their IP addresses: +QIACT: 1,1,1,”100.66.207.181″ +QIACT: <contextID>,<context_state>,<context_type>,<IP_address> |
AT+QMMSCFG=”contextid”,1 | Set the PDP context ID. |
AT+QMMSCFG=”contextid” | OPTIONAL.
Query the PDP context ID. +QMMSCFG: “contextid”,1 |
AT+QMMSCFG=”mmsc”,”http://172.16.74.100:10021/mmsc” | Configure the URL of MMSC. |
AT+QMMSCFG=”mmsc” | OPTIONAL.
Query the URL of MMSC. +QMMSCFG: “mmsc”,”http://172.16.74.100:10021/mmsc” |
AT+QMMSCFG=”proxy”,”202.75.133.49″,80 | Configure the proxy address and port of MMSC |
AT+QMMSCFG=”proxy” | OPTIONAL.
Query the proxy address and port of MMSC. +QMMSCFG: “proxy”,”10.0.0.172″,80 |
AT+QMMSCFG=”sendparam”,6,2,0,0,2,4 | Configure the sending parameters.
AT+QMMSCFG=”sendparam”,<valid>,<pri>,<sendrep>,<readrep>,<visible>,<class> |
AT+QMMSCFG=”sendparam” | OPTIONAL.
Query the sending parameters. +QMMSCFG: “sendparam”,6,3,0,0,2,4 |
AT+QMMSEDIT=1,1,”+60174616341″ | Add a phone number as a recipient. |
AT+QMMSEDIT=1 | OPTIONAL.
Query the recipient phone number. AT+QMMSEDIT=1,1,”+60174616341″ |
AT+QMMSEDIT=4,1,”Test MMS” | Edit the title of the MMS message. |
AT+QMMSEDIT=4 | OPTIONAL.
Query the title of the MMS message. +QMMSEDIT: 4,”ASCII”,”Test MMS” |
AT+QFUPL=”RAM:MOBITEK.jpg”,58773,60 | Upload a file to RAM. The file will be saved as “MOBITEK.jpg” and the maximum size of file is 7708 bytes. 60 indicates timeout value, and 1 indicates ACK mode.
Wait for: CONNECT Then select the file to upload and click “Send File”: The response after the file successfully uploaded: |
AT+QFLST=”RAM:*” | OPTIONAL.
Query all files in RAM. +QFLST: “RAM:MOBITEK.jpg”,7708 |
AT+QMMSEDIT=5,1,”RAM:MOBITEK.jpg” | Add attachments for the MMS message. |
AT+QMMSEDIT=5 | OPTIONAL.
Query the attachments. +QMMSEDIT: 5,”RAM:MOBITEK.jpg” |
AT+QMMSEND=5000 | Send the MMS message. |
AT+QFDEL=”RAM:*” | Delete the RAM file.
Query all files in RAM. |
AT+QFLST=”RAM:*” | OPTIONAL. |
AT+QMMSEDIT=0 | Clear the content of the MMS message. |
AT+QMMSEDIT=1 | OPTIONAL.
Query the recipient phone number. |
AT+QMMSEDIT=4 | OPTIONAL.
Query the title of the MMS message. |
AT+QMMSEDIT=5 | OPTIONAL.
Query the attachments. |