[svn-commits] russell: branch group/security_events r201176 - /team/group/security_events/d...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Jun 16 16:25:37 CDT 2009


Author: russell
Date: Tue Jun 16 16:25:23 2009
New Revision: 201176

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=201176
Log:
doc cleanup

Modified:
    team/group/security_events/doc/tex/security-events.tex

Modified: team/group/security_events/doc/tex/security-events.tex
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/doc/tex/security-events.tex?view=diff&rev=201176&r1=201175&r2=201176
==============================================================================
--- team/group/security_events/doc/tex/security-events.tex (original)
+++ team/group/security_events/doc/tex/security-events.tex Tue Jun 16 16:25:23 2009
@@ -78,8 +78,8 @@
 (+) optional
 
 Invalid Account ID
-  (-) Local address family/IP/addr/port/transport
-  (-) Remote address family/IP/addr/port/transport
+  (-) Local address family/IP address/port/transport
+  (-) Remote address family/IP address/port/transport
   (-) Service (SIP, AMI, IAX2, ...)
   (-) System Name
   (+) Module
@@ -101,40 +101,40 @@
 Invalid Password
   -> everything from invalid account ID
 
-Successful Auth
+Successful Authentication
   -> informational event
-  -> everything from inval account ID
+  -> everything from invalid account ID
 
 Invalid formatting of Request
-  -> everything from inval account ID
+  -> everything from invalid account ID
   -> account ID optional
   (-) Request Type
   (+) Request parameters
 
 Session Limit Reached (such as a call limit)
-  -> everything from inval account ID
-
-Mem Limit Reached
-  -> everything from inval account ID
-
-Max Load Avg Reached
-  -> everything from inval account ID
+  -> everything from invalid account ID
+
+Memory Limit Reached
+  -> everything from invalid account ID
+
+Maximum Load Average Reached
+  -> everything from invalid account ID
 
 Request Not Allowed
-  -> everything from inval account ID
+  -> everything from invalid account ID
   (-) Request Type
   (+) Request parameters
 
 Request Not Supported
-  -> everything from inval account ID
+  -> everything from invalid account ID
   (-) Request Type
 
-Auth Method Not Allowed
-  -> everything from inval account ID
-  (-) Auth Method attempted
+Authentication Method Not Allowed
+  -> everything from invalid account ID
+  (-) Authentication Method attempted
 
 In dialog message from unexpected host
-  -> everything from inval account ID
+  -> everything from invalid account ID
   (-) expected host
 \end{verbatim}
 
@@ -200,7 +200,7 @@
          this event.
 
 IE: LocalAddress
-Content: This is the local address that was contacted to for the related event.
+Content: This is the local address that was contacted for the related event.
 Values: <Address Family>/<Transport>/<Address>/<Port>
 Examples:
      -> IPV4/UDP/192.168.1.1/5060




More information about the svn-commits mailing list