[Home]

Summary:ASTERISK-12805: SMS help is incorrect, Typo
Reporter:Alec Davis (alecdavis)Labels:
Date Opened:2008-10-01 14:59:12Date Closed:2008-10-08 13:58:25
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_sms
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Noticed the Arguements syntax summary from 'core show application SMS' has a typo. Arguments has a 2nd 's' where I believe it should be 'r'
Perhaps also the initial delay's min(25) and max(2000) should be documented, as my 3 seconds was never going to work.

SMS(name,[a][s][t][p(d)][r][o],addr,body):

Arguments:
a - answer, i.e. send initial FSK packet.
s - act as service centre talking to a phone.
t - use protocol 2 (default used is protocol 1).
p(N) - set the initial delay to N ms (default is 300).
        addr and body are a deprecated format to send messages out.
s - set the Status Report Request (SRR) bit. <<<<<<
o - the body should be coded as octets not 7-bit symbols.


Comments:By: Digium Subversion (svnbot) 2008-10-08 13:58:21

Repository: asterisk
Revision: 147592

U   trunk/apps/app_sms.c

------------------------------------------------------------------------
r147592 | tilghman | 2008-10-08 13:58:18 -0500 (Wed, 08 Oct 2008) | 8 lines

Correct a typo in the help; also, ensure that the date and time are correctly
set, if not specified in the message.
(Closes issue ASTERISK-12805, closes issue ASTERISK-12806)
Reported by: alecdavis
Patches:
      20081001__bug13595.diff.txt uploaded by Corydon76 (license 14)
Tested by: alecdavis

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=147592