[svn-commits] russell: branch group/security_events r199283 - /team/group/security_events/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Jun 5 14:18:32 CDT 2009


Author: russell
Date: Fri Jun  5 14:18:28 2009
New Revision: 199283

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=199283
Log:
Add dev notes to doc ...

Modified:
    team/group/security_events/security_events.txt

Modified: team/group/security_events/security_events.txt
URL: http://svn.asterisk.org/svn-view/asterisk/team/group/security_events/security_events.txt?view=diff&rev=199283&r1=199282&r2=199283
==============================================================================
--- team/group/security_events/security_events.txt (original)
+++ team/group/security_events/security_events.txt Fri Jun  5 14:18:28 2009
@@ -103,6 +103,9 @@
 (-) required
 (+) optional
 
+DevNotes: TODO
+  -> add definitions, test code, for all events
+  -> Add events to chan_sip as appropriate
 
 Invalid Account ID
  (-) Local address family/IP/addr/port/transport
@@ -114,54 +117,67 @@
  (+) Session ID (CallID, etc)
  (+) Session timestamp (required if Session ID present)
  (-) Event timestamp (sub-second precision)
+ DevNotes: defined, has test code
 
 Failed ACL match
  -> everything from invalid account ID
  (+) Name of ACL (when we have named ACLs)
+ DevNotes: defined, has test code, implemented in chan_sip
 
 Invalid Challenge/Response
  -> everything from invalid account ID
  (-) Challenge
  (-) Response
  (-) Expected Response
+ DevNotes:
 
 Successful Auth
  -> informational event
  -> everything from inval account ID
+ DevNotes:
 
 Invalid formatting of Request
  -> everything from inval account ID
  -> account ID optional
  (+) reason (free form text for why it failed) (defined list of reasons?)
+ DevNotes:
 
 Call Limit Reached
  -> everything from inval account ID
+ DevNotes: defined, has test code
 
 Mem Limit Reached
  -> everything from inval account ID
+ DevNotes:
 
 Max Load Avg Reached
  -> everything from inval account ID
+ DevNotes:
 
 Request Not Allowed
  -> everything from inval account ID
  (-) Request Type
  (+) Request parameters
+ DevNotes:
 
 Request Not Supported
  -> everything from inval account ID
  (-) Request Type
+ DevNotes:
 
 Unacceptable auth method
  -> everything from inval account ID
  (-) Auth Method attempted
+ DevNotes:
 
 Custom Events (from dialplan)
  -> driven by config file?
+ DevNotes:
 
 In dialog message from unexpected host
  -> everything from inval account ID
  (-) expected host
+ DevNotes:
 
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------




More information about the svn-commits mailing list