Userguide patch documenting sms-length in smsbox
Luca Corti <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <1288487901.5344.14.camel@luca-laptop> |
This adds the smsbox group configuration variable sms-length to the userguide. The description is based on the one from max-sms-octets. ciao Luca
kan_docs_sms-length
(text/x-patch, 713 B)
Index: doc/userguide/userguide.xml
===================================================================
--- doc/userguide/userguide.xml (revision 4865)
+++ doc/userguide/userguide.xml (working copy)
@@ -5826,6 +5826,15 @@
Sets socket timeout in seconds for outgoing client http
connections. Optional. Defaults to 240 seconds.
</entry></row>
+
+ <row><entry><literal>sms-length</literal></entry>
+ <entry>number</entry>
+ <entry valign="bottom">
+ Maximum allowed number of characters for a single SMS in smsbox.
+ If this maximum exceeds Kannel will split SMS into multiparts.
+ Default: 140
+ </entry></row>
+
</tbody>
</tgroup>
</table>