summaryrefslogtreecommitdiff
path: root/apps/app_image.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-11-07 22:01:22 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-11-07 22:01:22 +0000
commitf09c6bc78eb25da6e6b2bb9a1e3abd76354348c4 (patch)
treec9f258c1b931ee2e10d3e288b17ec6961440eaf1 /apps/app_image.c
parent4eb2c0d832a97105fcf0f89f5e5863aad829832f (diff)
application doc update
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps/app_image.c')
-rwxr-xr-xapps/app_image.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/app_image.c b/apps/app_image.c
index f2e8dcb71..3e0f858d2 100755
--- a/apps/app_image.c
+++ b/apps/app_image.c
@@ -49,12 +49,13 @@ static char *synopsis = "Send an image file";
static char *descrip =
" SendImage(filename): Sends an image on a channel. \n"
-"SendImage only returns 0 if the image was sent correctly or if\n"
-"the channel does not support image transport, and -1 otherwise.\n"
-"The option string may contain zero or the following character:\n"
+"If the channel supports image transport but the image send\n"
+"fails, the channel will be hung up. Otherwise, the dialplan\n"
+"continues execution.\n"
+"The option string may contain the following character:\n"
" 'j' -- jump to priority n+101 if the channel doesn't support image transport\n"
"This application sets the following channel variable upon completion:\n"
-" SENDIMAGESTATUS The status is the attempt to send an image as a text string, one of\n"
+" SENDIMAGESTATUS The status is the result of the attempt as a text string, one of\n"
" OK | NOSUPPORT \n";
STANDARD_LOCAL_USER;