summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-06-25 14:21:35 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-06-25 14:25:46 -0500
commit8ff599c691fe88c237b355a481a9fab143f1c95f (patch)
tree6d0de1f2447644098a34fb8d77b075bdfb712bf9 /doc
parent11cc3ee9224513ede825ade501562bf06fc06534 (diff)
downloadofono-8ff599c691fe88c237b355a481a9fab143f1c95f.tar.bz2
sms: Add support for SMS Bearer settings
Diffstat (limited to 'doc')
-rw-r--r--doc/sms-api.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/sms-api.txt b/doc/sms-api.txt
index 2797e316..87076cad 100644
--- a/doc/sms-api.txt
+++ b/doc/sms-api.txt
@@ -53,3 +53,12 @@ Properties string ServiceCenterAddress
sometimes better known as Delivery Reports are to be
used. If enabled, all outgoing SMS messages will be
flagged to request a status report from the SMSC.
+
+ string Bearer
+
+ Contains the bearer to use for SMS messages. Possible
+ values are:
+ "cs" - Circuit Switched only
+ "ps" - Packet Domain only
+ "cs_preferred" - Use PS if CS is unavailable
+ "ps_preferred" - Use CS if PS is unavailable