~ubuntu-branches/debian/jessie/smstools/jessie

« back to all changes in this revision

Viewing changes to doc/fileformat.html

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2010-06-21 10:19:52 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100621101952-pz5h5zctan8vumbi
Tags: 3.1.10-0.1
* Non-maintainer upload, as requested by maintainer
* New Upstream version (Closes: #586643)
* Bump Standards to 3.8.4, no changes needed
* Define source format 1.0 in debian/source/format
* Add $remote_fs as dependency for Required-Start and Required-Stop in the
  init script, removed $local_fs, which is implicit

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    <td>Tells the program what character set is used in this sms file. Possible values are
110
110
    <p>
111
111
<table border=1 bgcolor="#F0F0F0" width="80%" align=center>
 
112
<!--
 
113
  <TR>
 
114
    <TD bgcolor=yellow valign=top align=center>AUTO</td>
 
115
    <td>TODO: explain. </td>
 
116
  </TR>  
 
117
  <TR>
 
118
    <TD bgcolor=yellow valign=top align=center>UTF-8</td>
 
119
    <td>TODO: explain. </td>
 
120
  </TR>  
 
121
-->
112
122
  <TR>
113
123
    <TD bgcolor=yellow valign=top align=center>ISO<br>Latin<br>Ansi</td>
114
 
    <td>Normal 8 bit character set, also called Ansi or Latin-1. All three keywords do the same.  If the text is longer than 160 characters, then the program can split it automatically. This is the default.</td>
 
124
    <td>Normal 8 bit character set, also called Ansi or Latin-1. All three keywords do the same. </td>
115
125
  </TR>  
116
126
  <tr>
117
127
    <TD bgcolor=yellow valign=top align=center>GSM</TD>
118
 
    <td>7 bit character set, as described in the GSM specification, with one exception: The @ character is represented by the character code 0xB7.  If the text is longer than 160 characters, the program can split it automatically. </td>
 
128
    <td>7 bit character set, as described in the GSM specification. </td>
119
129
  </tr>
120
130
  <tr>
121
131
    <TD bgcolor=yellow valign=top align=center>UCS<br>Chinese<br>Unicode</TD>
228
238
After version 3.1.5 there is a new <i>voicecall_ignore_modem_response</i> setting for problematic devices,
229
239
see the <a href="configure.html">How to configure</a> for more details.
230
240
Also notice <i>voicecall_hangup_ath</i> setting if AT+CHUP does not hangup call on your device.
 
241
<br>
 
242
<br>
 
243
After version 3.1.7 there is a <i>voicecall_cpas</i> setting available.
 
244
If your device returns OK immediately after a dial command, with this setting AT+CPAS can be used to detect when a call is answered.
 
245
With this setting <i>TIME:</i> has no effect.
231
246
    </td>
232
247
  </tr>
233
248
  <tr>
282
297
      This kind of message has fixed values 0x40 for Protocol Identifier and 0xF4 for Digital Coding Scheme.
283
298
      A message cannot have User Data Header.
284
299
      Maximum length of a message is 140 bytes.
 
300
      <p>
 
301
      After version >= 3.1.7, value for this setting can be <i>2</i> or <i>ToSIM</i> for communicating with SIM applications.
 
302
      SMS is sent as <i>SS</i> (no show) and stored (sent) to SIM.
 
303
      Currently this only works with binary messages.
285
304
    </td>
286
305
  </tr>
287
306
</table>