Skip to content
Snippets Groups Projects
Commit bdf2a05a authored by BJ Weschke's avatar BJ Weschke
Browse files

Merged revisions 24567 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r24567 | bweschke | 2006-05-03 15:58:10 -0500 (Wed, 03 May 2006) | 3 lines

 Correct application documentation to make users aware that certain options cannot be used in conjunction with others. #6666 (chotaire) 


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@24604 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 80c34d2a
Branches
Tags
No related merge requests found
...@@ -113,7 +113,8 @@ static char *descrip = ...@@ -113,7 +113,8 @@ static char *descrip =
" G(context^exten^pri) - If the call is answered, transfer the calling party to\n" " G(context^exten^pri) - If the call is answered, transfer the calling party to\n"
" the specified priority and the called party to the specified priority+1.\n" " the specified priority and the called party to the specified priority+1.\n"
" Optionally, an extension, or extension and context may be specified. \n" " Optionally, an extension, or extension and context may be specified. \n"
" Otherwise, the current extension is used.\n" " Otherwise, the current extension is used. You cannot use any additional\n"
" action post answer options in conjunction with this option.\n"
" h - Allow the called party to hang up by sending the '*' DTMF digit.\n" " h - Allow the called party to hang up by sending the '*' DTMF digit.\n"
" H - Allow the calling party to hang up by hitting the '*' DTMF digit.\n" " H - Allow the calling party to hang up by hitting the '*' DTMF digit.\n"
" j - Jump to priority n+101 if all of the requested channels were busy.\n" " j - Jump to priority n+101 if all of the requested channels were busy.\n"
...@@ -146,6 +147,8 @@ static char *descrip = ...@@ -146,6 +147,8 @@ static char *descrip =
" * GOTO:<context>^<exten>^<priority> - Transfer the call to the\n" " * GOTO:<context>^<exten>^<priority> - Transfer the call to the\n"
" specified priority. Optionally, an extension, or\n" " specified priority. Optionally, an extension, or\n"
" extension and priority can be specified.\n" " extension and priority can be specified.\n"
" You cannot use any additional action post answer options in conjunction\n"
" with this option.\n"
" n - This option is a modifier for the screen/privacy mode. It specifies\n" " n - This option is a modifier for the screen/privacy mode. It specifies\n"
" that no introductions are to be saved in the priv-callerintros\n" " that no introductions are to be saved in the priv-callerintros\n"
" directory.\n" " directory.\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment