An SMS file is a text file that contains the message and a header. You have to store all SM you want to send in these files in the outgoing directory. The filename does not matter but it has to be unique. You may use the mktemp command to generate unique filenames.
Easy example:
To: 491721234567 Hello, this is the sms. |
Write the phone number in international format without the leading +. When you like to send a message to a short number (for example to order a ringtone), then preceed it with an "s".
More complex example:
To: 491721234567 Flash: yes Alphabet: ISO Hello Stefan, how are you? |
NOTE: Headers are case-sensitive.
You can add as many header lines, as you like. When the program finds an unknown header, it simply ignores that line. You can use the following header lines:
Alphabet | Tells the program what character set is used in this sms file. Possible values are;
The program checks only the first 3 characters of that line, therefore keywords like ISO-8859-15 or UCS-2 will also work fine. NOTE the difference of ISO and UTF-8 in version >= 3.1.16: Handling of alphabets is enhanced and all conversions are now done using internal routines which work well with cyrillic languages too. For backward compatibility, the alphabet of message file still defaults to ISO-8859-15, and this can be changed to UTF-8 in the configuration, or a header Alphabet: UTF can should be used. Alphabet: ISO
Alphabet: UTF
|
||||||||||
Autosplit | Controls if and how the program splits large text messages. Without this line, the setting from config file is used.
|
||||||||||
Class | Number. Available from version >= 3.1.16. Sets the Message Class, 0...3. |
||||||||||
DCS_hex | Value. Available from version >= 3.1.16. Sets Data Coding Scheme in the PDU. Note that value must be represented as two hexadecimal digits. |
||||||||||
Flash | Boolean value. If yes, then the message appears directly on the phones display. Most phones support this feature, but not all. | ||||||||||
From | Senders name or phone number. This field has currently no function to the software. | ||||||||||
Hex | Boolean value. Available from version >= 3.0.
Together with Alphabet: binary setting the binary data can be presented in hexadecimal format. Special keywords available:
See example below for more details. |
||||||||||
Include | Filename. Available from >= 3.1. Some parts of a message can be read from different file. If an included file contains only text part, it should begin with one empty line. |
||||||||||
Language Language_ext |
Available from version >= 3.1.16.
These settings define National Language Shift Tables to be used.
Text body must be written using UTF-8 character set.
Value can be number, or variable length string which first macthes (case insensitive).
Usually it is not necessary to set Language_ext value. When Language is set, Language_ext defaults to the same, and if only Language_ext is defined, Language defaults to basic character set. If nothing is set, default values are taken from the configuration. |
||||||||||
Macro | Definition. Available from >= 3.1. Syntax is: Macro: name=value. Multiple macros can be defined. All name's found in the message body are replaced with a value. |
||||||||||
Message_reference | Number. Available from version >= 3.1.16. Sets TP-MR field in the PDU. Number can be 0...255. |
||||||||||
Ping | Boolean value. Available from version >= 3.1.16. Selects the Short Message Type 0, which is also known as a silent SMS. As this kind of SMS is not stored by the receiving device, report is always requested, even if report was disabled in the configuration. |
||||||||||
Priority | Available from version >= 3.0. Possible value is:
|
||||||||||
Provider Queue |
Name of the provider, can be used to override the normal sorting algorithm configured by [providers] and [queues] in the config file. Both keywords do the same. | ||||||||||
Reject_duplicates | Boolean value. Available from version >= 3.1.16. Sets TP-RD bit in the PDU. |
||||||||||
Replace | Numeric code 1...7. Available from >= 3.0.9. If a receiving device and SIM supports "Replace Short Message Type n" -feature, a previously received message with the same code is replaced with a new message. Only the messages sent from the same originating address can be replaced. If there is nothing to replace, a message is stored in the normal way. |
||||||||||
Reply_path | Boolean value. Available from version >= 3.1.16. Sets TP-RP bit in the PDU. |
||||||||||
Report | Boolean value. Controls if a status report is requested for this message. Without this line, the setting from config file is used. | ||||||||||
Retries | Number. Available from version >= 3.1.16. Defines how many times smsd will retry if sending fails. This overrides send_retries setting. |
||||||||||
SMSC | Phone number of the SMSC. From version >= 3.1 this setting is ignored if there is no smsc set in the config file. | ||||||||||
System_message | Boolean value. Available from version >= 3.1. With this setting message is sent as a system message. This kind of message has fixed values 0x40 for Protocol Identifier and 0xF4 for Data Coding Scheme. A message cannot have User Data Header. Maximum length of a message is 140 bytes. After version >= 3.1.7, value for this setting can be 2 or ToSIM for communicating with SIM applications. SMS is sent as SS (no show) and stored (sent) to SIM. Currently this only works with binary messages. |
||||||||||
Text_is_pdu | Boolean value. Available from version >= 3.1.16. If this feature is enabled by defining text_is_pdu_key in the configuration, and To: number matches that key, message body is handled as ready made PDU. |
||||||||||
To | Receivers phone number in international format without the leading +. When you like to send a message to a short number (for example to order a ringtone), then preceed it with an "s". With version >= 3.1 the number can be given using grouped format, like 358 12 345 6789. | ||||||||||
To_TOA | Available from version >= 3.1.5. Can be used to define receivers Type Of Address. This is also called "numbering plan". Possible values are
See Using Type Of Address selection for more details.
|
||||||||||
UDH | Only binary messages: Boolean value, tells if the message data contains a user data header. Default is true. | ||||||||||
UDH-DATA | User data header in hex-dump format. See udh.html and GSM 03.38. From version >= 3.1 also binary message can have UDH-DATA defined. | ||||||||||
Validity | Available from version >= 3.0. Defines a message validity period.
Without this line, the setting from config file is used. You can specify value as a number following one of the keywords: min, hour, day, week, month or year. Validity period will be rounded down to the nearest possible value. If you do not use any of those keywords, value will have the following meaning:
Incorrect values are ignored. |
||||||||||
Voicecall | Boolean value. Available from version >= 3.0.
With this feature the smsd will make a voice call to the receivers phone number given in To: header.
If the receiver answers to the call, some DTMF tones are played. |
Note: In case of boolean values you can use true, yes, on or 1 for positive values. All other words are interpreted as negative.
Available from >= 3.0. After a message is sent, there will be automatically generated Message_id header line if a status report was requested. With version >= 3.1 there will also be Sent timestamp:
Message_id | ID number of a sent message. |
Sent | Time when the message was sent by the program. |
Available from >= 3.0.6.
Modem | Name of the modem which was used to send this message. |
Available from >= 3.0.9.
IMSI | International Mobile Subscriber Identity from the SIM, if this request is supported. |
Available from >= 3.1.16.
IMEI | IMEI of a modem which handled the message. |
NOTICE | Tells if some characters was not possible to convert to the target character set. |
Available from >= 3.1.20.
Sending_time | Tells how long it took to send the whole message. If the message has multiple parts and receive_before_send is set to yes, time to receive messages is included in this value. |
The data begins after the empty line and goes until end of file. No conversion is applied to the data.
Example:
To: 491721234567 Alphabet: binary UDH: true gs2389gnsakj92"§Z/%$§"($)$(%ÄÖÜ?))((HJHG&(()/&§")(LJUFDZ)=W)==/685tgui 3ge^!"§$EGHWZFT&Z%8785ttghjjhdjkgfjsbfjwr793thruewgfh7328hgtwhg87324hf hwer32873g&%§=)(/&%$%&/(/&%$§%&hdsgrwwq(/&%$fgzw543t43g5jwht934zt743g |
Another example, Wap Push with Hex presentation, available from version >= 3.0:
To: 358401234567 Alphabet: binary Hex: yes // This is a sample Wap Push message: 06 : user Data Header Length (6 Octets) 05 : Identifer Element (16 Bit port addressing) 04 : Length of Parameter values (4 Octets) # WAP Push connectionless session service (client side), Protocol: WSP/Datagram: 0B 84 : push dest port (2948) # WAP connectionless session service Protocol: WSP/Datagram: 23 F0 : push originator port (9200) 01 : Push Transaction Id 06 : PDU Type Push, (WAP-230-WSP Table 34) LENGTH // Headers Length will be placed to this position AE : Push Header Content-Type: application/vnd.wap.sic 0x2E | 0x80 # (http://www.wapforum.org/wina/wsp-content-type.htm) LENGTH // This stops the counting and places the number 02 : WBXML version 1.2 05 : SL 1.0 Public Identifier 04 : Charset=ISO-8859-1 00 : String table length 45 : si, with content C6 : indication, with content and attributes 0D : Token for "href=http://www." ### There should not be extra spaces after keyword: INLINESTRING:xyz 85 : Token for ".com/" 03 : Inline string follows STRING:ppaid/123/abc.wml 00 : End of string 11 : si-id INLINESTRING:1 01 : close of indication attribute list INLINESTRING:Wap push demo from smstools3. 01 : End of indication element 01 : END of si element # Specifications can be found from here: # http://www.openmobilealliance.org/tech/affiliates/wap/wapindex.html |
Example of Wap Push with Macros and Include file:
In this example message body is the same for all messages, and it is saved as different file. This file is included to the file which is sent by smstools. Macros are used. Outgoing file contains only headers which are mandatory, and no message body at all.
File: /var/spool/sms/outgoing/wap_push1
To: 358401234567 Macro: @URL@=smstools3.kekekasvi.com/board.php Macro: @TEXT@=Visit the SMS Server Tools 3 forum. Include: /var/spool/sms/include/wap_push_service1 |
File: /var/spool/sms/include/wap_push_service1
Alphabet: binary Hex: yes 06 05 04 0B 84 23 F0 01 06 01 AE 02 05 6A : Charset=UTF-8 (MIBEnum 106) 00 45 C6 0C : Token for "href=http://" INLINESTRING:@URL@ 11 INLINESTRING:1 01 INLINESTRING:@TEXT@ 01 01 |
The received SMS are stored in the same format as described above but they have some additional header lines. For example:
From: 491721234567 From_SMSC: 491722270333 Sent: 00-02-21 22:26:23 Received: 00-02-21 22:26:29 Subject: modem1 Alphabet: ISO UDH: false This is the Text that I have sent with my mobile phone to the computer. |
Alphabet | Tells the character set of the message text. |
Flash | Available from >= 3.1. Boolean value. This header exists if a message was received as a flash (immediate display). Note that usually phone devices do not save flash messages, they can be saved manually if necessary. |
From | Senders phone number. |
From_SMSC | The SMS service centre, that sent you this message. |
From_TOA | Available from >= 3.0.9. Type Of Address definition of senders phone number. For example: "91 international, ISDN/telephone". |
IMSI | Available from >= 3.0.9. International Mobile Subscriber Identity from the SIM, if this request is supported. |
Length | Available from >= 3.1. Length of text / data. With Unicode text number of Unicode characters. If non-Unicode text message is stored using UTF-8, number of bytes may differ. |
Received | Time when the message was received by the program. |
Replace | Available from >= 3.0.9. Replace Short Message Type 1..7 number, if defined. |
Report | Available from >= 3.0.9. Tells if a status report is going to be returned to the SME. |
Sent | Time when the message was sent. |
Subject | The name of the modem that received this message. |
UDH | Boolean value. Tells if the message contains a user data header. |
UDH-DATA | This is the UDH in hex-dump format if the message contains an UDH. See udh.html and GSM 03.38. |
Error | Tells if there was fatal errors and a message was not decoded. Text part of message will tell more details and has no usual content. |
Warning | Tells if there was minor proglems in the message data. |
The filenames of received messages look like modem1.xyzxyz. They begin with the name of the modem that received the message, followed by a dot, followed by six random characters.
You can request and receive status reports, if the SMSC and your modem support this feature. Example:
From: 491721234567 From_SMSC: 491722270333 Sent: 00-02-21 22:26:23 Received: 00-02-21 22:26:29 Subject: modem1 Alphabet: ISO UDH: false SMS STATUS REPORT Message_id: 117 Discharge_timestamp: 00-02-21 22:27:01 Status: 0,Ok,short message received by the SME |
Discharge_timestamp | This is the time, when the message was successfully delivered or when it was discarded by the SMSC. |
Message_id | This is the ID number of the previously sent message, where this status report belongs to. The SMSC gives each sent message such a number. |
Status | The status of the message. Please take a look into the source code src/pdu.c if you need a list of all possible status codes. |
Using Type Of Address selection
When SMSTools sends a message, it must tell to the Service Center what kind of number is used as a destination number. This is called "Type Of Address". There are three possible values: "unknown", "international" and "national".
By default SMSTools assumes that:
However, all "short" numbers do not work with "unknown" type. This is an operator depended issue and varies by country. Because of this, version >= 3.1.5 has a new header To_TOA which can be used to manually define Type Of Address.
Type Of Address selection can be automated using two global settings in the configuration file: international_prefixes and national_prefixes. Both settings are comma separated list of numbers.
If international_prefixes is defined, Type Of Address is international only if number matches to the list. If it does not match, national Type Of Address is used.
If national_prefixes is defined, Type Of Address is national if number matches to the list.
And last, if there is To_TOA defined in the message file, this setting is used as it overrides everything else.
For example:
Another example: