diff options
Diffstat (limited to 'doc/sms-api.txt')
-rw-r--r-- | doc/sms-api.txt | 9 |
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 |