application doc update

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-07 22:01:22 +00:00
parent 4eb2c0d832
commit f09c6bc78e
53 changed files with 115 additions and 132 deletions

View File

@@ -59,8 +59,7 @@ static const char *descrip =
"\n"
"At this moment, text is supposed to be 7 bit ASCII in most channels.\n"
"Old deprecated behavior: \n"
" SendText only returns 0 if the text was sent correctly or if\n"
" the channel does not support text transport.\n"
" SendText should continue with the next priority upon successful execution.\n"
" If the client does not support text transport, and there exists a\n"
" step with priority n + 101, then execution will continue at that step.\n";