Feature Request??

Feature Request?? SearchSearch
Author Message
Mikael Christersson
New member
Username: Micke_c

Post Number: 6
Registered: 01-2005
Posted on Sunday, January 30, 2005 - 04:42 pm:   

Hi!

Is it possible to send at commands to the phone by using the NowSMS software?
Why? If you use a mobile phone as SMSC there can sometimes be some network problems and they are usually solved with a restart of the phone. Ericssons and SonyEricssons mobiles can be turned on and off with the help of at-commands (you need a charger inserted)
The at-command that is used is at+cmer=1 and =0

// Micke
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4009
Registered: 10-2002
Posted on Thursday, February 03, 2005 - 09:11 pm:   

Hi Micke,

There is a way that you can add additional AT commands to be executed at different stages.

For example, you can insert commands before or after our standard initialisation process ... and before or after sending a message.

Here are the details:

In the appropriate modem section of the SMSGW.INI file, the following configuration parameters are supported:

CommandPreInit#=modem commmand
CommandPostInit#=modem command
CommandPreSend#=modem command
CommandPostSend#=modem command

Substitute # with a number, starting at 1, and increasing sequentially for each additional command to be sent. CommandPreInit is sent before NowSMS performs its modem initialisation sequence. CommandPostInit is sent after NowSMS performs its modem initialisation sequence. CommandPreSend is sent before NowSMS attempts to send a message using the modem. CommandPostSend is sent after NowSMS attempts to send a message using the modem.

Examples:

CommandPreInit1=ATZ
CommandPreInit2=ATE0V1
CommandPreInit3=AT+CSMS=0