aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_dial.c')
-rwxr-xr-xapps/app_dial.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 75b51299f..7aa042b8c 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -70,14 +70,14 @@ static char *descrip =
"which first answered. All other calls placed by the Dial app will be hung up.\n"
"If a timeout is not specified, the Dial application will wait indefinitely\n"
"until either one of the called channels answers, the user hangs up, or all\n"
-"channels return busy or error. In general, the dialer will return 0 if it\n"
-"was unable to place the call, or the timeout expired. \n"
+"channels return busy or error. The dialplan will continue execution if the\n"
+"the calls cannot be placed, or if the timeout expires.\n"
" For the Privacy and Screening Modes, the DIALSTATUS variable will be set to DONTCALL, \n"
"if the called party chooses to send the calling party to the 'Go Away' script, and \n"
"the DIALSTATUS variable will be set to TORTURE, if the called party wants to send the caller to \n"
"the TORTURE scripts\n"
-" This application returns -1 if the originating channel hangs up, or if the\n"
-"call is bridged and either of the parties in the bridge terminate the call.\n"
+" This application will report normal termination if the originating channel hangs up, or if the\n"
+"call is bridged and either of the parties in the bridge ends the call.\n"
"The option string may contain zero or more of the following characters:\n"
" 'A(x)' -- play an announcement to the called party, using x as file\n"
" 'C' -- reset call detail record for this call.\n"