]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 291229 via svnmerge from
authorLeif Madsen <leif@leifmadsen.com>
Tue, 12 Oct 2010 16:08:04 +0000 (16:08 +0000)
committerLeif Madsen <leif@leifmadsen.com>
Tue, 12 Oct 2010 16:08:04 +0000 (16:08 +0000)
https://origsvn.digium.com/svn/asterisk/branches/1.6.2

........
  r291229 | lmadsen | 2010-10-12 11:07:28 -0500 (Tue, 12 Oct 2010) | 2 lines

  Add documention that mentions options are defined but not used.
  (Issue #18101)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@291230 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/manager.conf.sample

index 253a3ffa46958228916e0ffca4052cf1e97767f8..82590801aef576a2b029c6e9aba5890dcbcf8d12 100644 (file)
@@ -111,8 +111,8 @@ bindaddr = 0.0.0.0
 ;             management commands, such as Shutdown, Restart, and Reload.
 ; call      - Information about channels and ability to set information in a
 ;             running channel.
-; log       - Logging information.  Read-only.
-; verbose   - Verbose information.  Read-only.
+; log       - Logging information.  Read-only. (Defined but not yet used.)
+; verbose   - Verbose information.  Read-only. (Defined but not yet used.)
 ; agent     - Information about queues and agents and ability to add queue
 ;             members to a queue.
 ; user      - Permission to send and receive UserEvent.