~ubuntu-branches/ubuntu/quantal/smstools/quantal

« back to all changes in this revision

Viewing changes to doc/udh.html

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Schoenfeld
  • Date: 2009-12-04 15:05:03 UTC
  • mfrom: (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091204150503-c1fj03yolimkgha8
Tags: 3.1.6-1
* New upstream version
  (Closes: #494274)
* Remove patch to fix modem timeouts; upstream includes changes that
  obsolete it
* Switch to debhelper 7 and minimize the rules file
* Add a file debian/manpage for manpage installation
* Add a debian/install file for files which need to be installed
* Add an ignore.d.server file for logcheck (Closes: #516158)
* [INTL:ja] Add Japanese po-debconf template translation
  (ja.po); thanks to Hideki Yamane
  (Closes: #558073)
* Change my email address at some places
* Make ucf call on purge conditional, so that purge does not fail if
  ucf is not installed.
* Fix pathname of smsd configuration in ucf call (its smsd.conf not
  smstools.conf)
* Remove the last changed header from smsd.conf because its annoying
  on every upgrade
* Fix a bug in the init script, that would cause the daemon to not
  properly run, if /var/run/smstools does not exist, because it
  wouldn't respect its user settings anymore.
* Make sure a symlink from /var/log/smsd.log to /var/log/smstools/smsd.log
  is created on upgrades, if /var/log/smsd.log exists.
* Change the logfile path in the default configuration to
  /var/log/smstools/smsd.log

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html>
2
 
 
3
2
  <head>
4
3
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
4
    <META NAME="Title" CONTENT="SMS Server Tools 3">
7
6
    <META NAME="Language" CONTENT="English">
8
7
    <title>SMS Server Tools 3</title>
9
8
<STYLE type="text/css">
 
9
BODY {
 
10
  BACKGROUND: #ffffff; MARGIN: 5px 5px 10px; FONT: 10pt verdana, geneva, lucida, arial, helvetica, sans-serif; COLOR: #000000
 
11
}
 
12
td {
 
13
  FONT: 10pt verdana, geneva, lucida, arial, helvetica, sans-serif;
 
14
}
10
15
h3 {
11
16
  background-color: #DCDCFE;
12
17
}
29
34
  </head>
30
35
 
31
36
<body>
32
 
<h2><font color=blue>SMS Server Tools 3</font></h2>
 
37
<h2><font color=blue><a href="http://smstools3.kekekasvi.com">SMS Server Tools 3</a></font></h2>
33
38
<a href="index.html">Home</a
34
39
<h3>User Data Header</h3>
35
40
<!-- START --><p>
 
41
<b>NOTE:</b> This text is about concatenated messages, as an example.
 
42
However, with SMSTools 3 you do not have to care about concatenation (multipart messages) while using settings
 
43
<i>autosplit = 3</i> for outgoing messages and <i>internal_combine = yes</i> for incoming messages.
 
44
These are default values.
 
45
<hr>
 
46
<p>
36
47
User Data header was added to the SMS format specification to add new features. 
37
48
Originally SMS was made to send single small binary files or text messages, with a maximum of 140 bytes or 160 7-bit characters. 
38
49
But now mobile devices need to distinguish between different files, for example ringtones, operator logos and wap-push messages. 
89
100
So when you receive a concatenated message you need to check if all parts have been received before you 
90
101
can put all the parts together.
91
102
<p>
92
 
Smsd version 2.1.2 can also send messages with UDH-DATA header. 
93
 
Smsd version 2.2.0 supports sending concatenated messages (autosplit=3).
94
 
<p>
95
103
In case of binary messages, the header is part of the binary data and does not appear in the header, 
96
104
so you will not see any UDH-DATA header in binary message files.
 
105
 
 
106
<hr>
97
107
</body>
98
108
</html>