mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +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:
@@ -65,11 +65,10 @@ static char *descrip =
|
||||
" r - Remove database key upon successful entry (valid with 'd' only)\n"
|
||||
"\n"
|
||||
"When using a database key, the value associated with the key can be\n"
|
||||
"anything.\n"
|
||||
"Returns 0 if the user enters a valid password within three\n"
|
||||
"tries, or -1 on hangup. If the priority n+101 exists and invalid\n"
|
||||
"authentication was entered, and the 'j' flag was specified, processing\n"
|
||||
"will jump to n+101 and 0 will be returned.\n";
|
||||
"anything. Users have three attempts to authenticate before the line is \n"
|
||||
"hungup. If the passsword is invalid, and the 'j' flag is specified, \n"
|
||||
"and priority n+101 exists, the call would be sent to the n+101 priority \n"
|
||||
"and executed \n";
|
||||
|
||||
STANDARD_LOCAL_USER;
|
||||
|
||||
|
Reference in New Issue
Block a user