Merged revisions 291229 via svnmerge from

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
This commit is contained in:
Leif Madsen
2010-10-12 16:08:04 +00:00
parent 197b033cd7
commit 5503797885

View File

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