mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 11:32:25 +00:00
application doc update
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user