mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 16:20:37 +00:00
"show application <foo>" changes for clarity.
(closes issue #11171, reported and patched by blitzrage) Many thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89044 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -88,13 +88,13 @@ static char *descrip =
|
||||
"service centre to SMS()\n"
|
||||
"name is the name of the queue used in /var/spool/asterisk/sms\n"
|
||||
"Arguments:\n"
|
||||
" a: answer, i.e. send initial FSK packet.\n"
|
||||
" s: act as service centre talking to a phone.\n"
|
||||
" t: use protocol 2 (default used is protocol 1).\n"
|
||||
" p(N): set the initial delay to N ms (default is 300).\n"
|
||||
"addr and body are a deprecated format to send messages out.\n"
|
||||
" s: set the Status Report Request (SRR) bit.\n"
|
||||
" o: the body should be coded as octets not 7-bit symbols.\n"
|
||||
" a - answer, i.e. send initial FSK packet.\n"
|
||||
" s - act as service centre talking to a phone.\n"
|
||||
" t - use protocol 2 (default used is protocol 1).\n"
|
||||
" p(N) - set the initial delay to N ms (default is 300).\n"
|
||||
" addr and body are a deprecated format to send messages out.\n"
|
||||
" s - set the Status Report Request (SRR) bit.\n"
|
||||
" o - the body should be coded as octets not 7-bit symbols.\n"
|
||||
"Messages are processed as per text file message queues.\n"
|
||||
"smsq (a separate software) is a command to generate message\n"
|
||||
"queues and send messages.\n"
|
||||
|
||||
Reference in New Issue
Block a user