"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:
Mark Michelson
2007-11-06 19:04:45 +00:00
parent 8b917df39b
commit 5a4867543d
33 changed files with 133 additions and 126 deletions

View File

@@ -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"