Revision List

Home

 

Up

 

SMSC  Downloads:    

2/9/2021    Minor release SMS Client V3.1 (22)   

  This is a minor revision.

  1. bug fix on error on modem, fail message and stop processing records in queue. Wait for a delete command from the switch.

 

2/9/2021    Minor release SMS Client V3.1 (19)   

  This is a minor revision.

  1. bug fix in New Message in Q. If message is already in Q do nothing.

 

2/9/2021    Minor release SMS Client V3.1 (18)   

  This is a minor revision.

  1. changed the delete message to just send status to Switch and allow the Switch to do delete functions.

    Minor release SMS Modem Simulator V1.2 (29)   

  1. removed auto start on TCP socket to allow user to change IP

 

31/8/2021    Minor release SMS Client V3.1 (17)   

  This is a minor revision.

    Set the SWITCH_TYPE in ClientConfig table to DELETE

  1. changed the client to delete messages on completion. The client no longer waits for the switch to delete messages.

  2. improved the queue processing.

  3. improved the debug display.

    Minor release SMS Modem Simulator V1.2 (28)   

  1. added ERROR 302 checkbox

 

 

31/5/2021    Minor release SMS Client V3.1 (16)   

  This is a minor revision.

  1. added modem config to ClientConfig

  2. removed the autoreset command

t01 MODEM_RESET_WAIT hh:mm:ss

This is the time to wait for the modem to reset before sending the remaining config settings.

 

 

 

22/3/2021    Minor release SMS Client V3.1 (15)   

  This is a minor revision.

  1. added modem configs to ClientConfig

t01 MODEM_CONFIG_SIGNAL_QUALITY AT+CSQ  
t01 MODEM_CONFIG_RESET AT%RESET=1 NULL
t01 MODEM_CONFIG_STARTUP ATE0+CMGF=1 NULL
t01 MODEM_CONFIG_MESSAGE_INDICATION AT+CNMI=2,1,0,0,0 NULL

 

 

22/3/2021    Minor release SMS Client V3.1 (14)   

  This is a minor revision.

  1. removed version from ClientConfig

  2. added LastReportableError on ClientConfig on startup.

  3. fixed password on TCPHub form

 

12/3/2021    Minor release SMS Client V3.1 (12)   

  This is a minor revision.

  1. added stall app if bad init
  2. cleanup form

     

11/3/2021    Minor release SMS Client V3.1 (10)   

  This is a minor revision.

  1. Fixed WAIT_DELETE
  2. cleanup form Status Tab form now wider
  3. fixed database Open/Close

 

23/2/2021    Minor release SMS Client V3.1 (8)   

added NSMSACC flag

 

22/2/2021    Minor release SMS Client V3.1 (6)   

added Config from MDSClientConfig

added QUEUE_SIZE

added Debug Tab to display the current queue control and status

                                 

4/2/2021    Minor release SMS Client V3.1 (2)   

fixed HUB buffer problem

added dd-mm to logs

 

4/2/2021    Minor release SMS Modem Simulator V1.2 (24)   

  1. added 2 second and 4 second delay options in OK back to SMSC

  2. Fixed Modem to enabled on startup

 

4/2/2021    Minor release SMS Modem Simulator V1.2 (23)   

  1. added Test buttons

  2. added Text box IP and Port Config

  3. added FAIL modem checkbox

 

4/2/2021    Minor release SMS Client V3.1 (1)   

added better RING detection

 

9/4/2019    Minor release SMSC V3.0 (84)   

  1. cleared RING from rx string

  2. cleared rx string after +CSQ

 

 

26/3/2019    Minor release SMSC V3.0 (82)   

  1. added RING detection when sending messages

  2. added EO to the AT+CMGS string to eliminate eco problems

 

 

 

16/3/2016    Minor release SMSC V3.0 (81)   

  1. added Intelimax settings

  2. changed progress bar to suit 2010 Runtime files.

  3. added signal quality test every 6 hours.

  4. added simple incoming log string to log. (text from cell not parsed)

 

22/5/2012    Minor release SMSC V2.2 (78)   

  1. removed text boxes not in use.

  2. add ToolTipText for logs so can see the full line of the log.

  3. added text parsing for Intermax modems

The Intermax does not conform to the 7bit ASCII data set for messages.

The table below is a list of illegal characters and the replacement character substituted. The replacement is performed by the SMS Client just before sending the message to the mobile network. This is done for Intermax modems only.

Illegal Replacement Description
[ ( left bracket
] ) right bracket
{ ( left bracket
} ) right bracket
~ space space
^ space space
\ space space
/ space space
` ' Single quote

 

15/3/2012    Major release SMSC V2.2 (74)   

  1. Changed the modem response logic to fail the message immediately. No retries. This forces the switch to take back the message and send it to a backup network.

  2. Added the failed log string on initialisation to the FATAL load window so the user can see why the application fails on start-up.

  3. Click on the progress bar to reset the test sequence on the modem.

  4. Short Test timer now 10 seconds not 30. Long timer is still 5 minutes.

  5. Extensive logging changes again.

  6. Example port fail on start up below.

 

15/3/2012    Minor release SMSC V2.0 (72)   

  1. Added a AT watchdog counter. If AT fails 20 times in a row it will reset the modem timer and begin a modem reset sequence.

  2. If there is an error in sending a message the client will go immediately unavailable. This will make the Switch delete messages if any in the queue and send the messages to the back up network. The client will resume Ready after an AT watchdog.

  3. The AT watchdog to the modem occurs every 5 minutes. If it fails it will drop immediately to a 30 second cycle.

  4. The AT command waits 2 seconds for a response from the modem.

 

13/3/2012    Minor release SMSC V2.0 (71)   

  1. The CNMI sequence was missing a COMREADY flag. After a successful CNMI sequence the modem will advise the Switch it is available.

 

9/3/2012    Minor release SMSC V2.0 (70)   

  1. The reset sequence has now an additional 15 second delay after sending the reset command to the modem before the start of the initialisation sequence.

  2. Reset has been fixed for the Wavecom modem. After the 15 second wait period the modem is then sent a command to reconnect to the Telstra system. Previous versions did not issue a reset to the modem on a periodic basis.

 

8/3/2012    Minor release SMSC V2.0 (69)   

  1. The autoreset has been changed to accept 0 seconds or 120 to 172800. This is necessary as the autoreset can not be used in the current version of the Intermax. Setting the autoreset to 0 turns off the capability. It is up to the client to reset the modem on a regular basis.

 

22/2/2012    Minor release SMSC V2.0 (68)   

  1. The reset logic has been changed again to test if the queue is empty regardless of the network type.

  2. The reset command is now logged

  3. When reset is activated manually or from the reset timer it sends an UNAVAIL flag to the switch.

                                                         

6/2/2012    Minor release SMSC V2.0 (67)   

  1. The reset logic has been changed to test if the queue is empty. Reset will only occur once the queue is empty

 

20/1/2012    Minor release SMSC V2.0 (65)   

  1. The reset logic has been changed to accommodate Intermax with no power on response.

20/1/2012    Minor release SMSC V2.0 (64)   

  1. The ClientPointer logic was improved.

  2. Changed the display of the global modem status.

19/1/2012    Minor release SMSC V2.0 (62)   

  1. The state was disabled in version (61). Now re-enabled for normal operation.

18/1/2012    Major release SMSC V2.0 (61)   

  1. The Client has two small text boxes on the top right which indicate the position of the input and output pointers in the queue. The left is the input pointer and the current queue size is 101.

  2. The textbox to the left of these is the information from the modem to the Client.

  3. The log information has been increased to show the the input string handling from the modem.

  4. The configuration to the modems has been changed as the Intermax requires additional strings to initialise the modem to SMS text mode.

  5. The Client will detect ERROR messages from the modem and try to reinitialise the modem.

  6. The Client availability is now linked to the watchdog. If the modem is in CheckSMSRx or SendSMS modes it will send to the Switch it is available when the watchdog activates.

  7. The comms routines have been greatly enhanced to cater for split packets in TCP mode as a result of the terminal server operation. The serial port has also been enhanced.

  8. Tested Intermax to 115200 baud.

  9. Added a reset external modem command in the Status tab

 

Latest SMS Server V1.30(58)        This is the latest exec.

V1.30(58)    Changed the input queue from 10 to 100 records.

The input queue was suffering from overload by broadcast SMS groups.

 

SMS Client V1.30 (Build 57).

The Client has been converted to Async comms to the Hub. This is hard coded.

 

 

Author: Mike Coyer.
Copyright © 1999-05 Nov 2021  [MTEL Communications Pty Ltd]. All rights reserved.
 

 

 

Home ] Up ]  
Copyright © 2012-2021 MTEL Communications Pty Ltd
Last modified: 01-Jun-2022