[svn-commits] russell: branch group/gsoc-2010 r249886 - /team/group/gsoc-2010/ideas.txt

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 2 10:21:50 CST 2010


Author: russell
Date: Tue Mar  2 10:21:46 2010
New Revision: 249886

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=249886
Log:
Add a project idea, and the first couple of mentors that have volunteered

Modified:
    team/group/gsoc-2010/ideas.txt

Modified: team/group/gsoc-2010/ideas.txt
URL: http://svnview.digium.com/svn/asterisk/team/group/gsoc-2010/ideas.txt?view=diff&rev=249886&r1=249885&r2=249886
==============================================================================
--- team/group/gsoc-2010/ideas.txt (original)
+++ team/group/gsoc-2010/ideas.txt Tue Mar  2 10:21:46 2010
@@ -10,9 +10,12 @@
 --- Personnel ------------------------------------------------------------------
 --------------------------------------------------------------------------------
 
-Administrator: Russell Bryant
+Administrator: 
+        Russell Bryant <russell at digium.com>
 
 Mentors:
+        Sean Bright <sean.bright at gmail.com>
+        David Vossel <dvossel at digium.com>
 
 Contact:
 
@@ -39,7 +42,13 @@
 from developers thinking of new ways to use the application that others have
 not yet considered.
 
-1) ...
+1) Implement test code for the SDP parser in chan_sip.
+
+Asterisk has a unit test API (defined in include/asterisk/test.h).  There are
+many areas of the code that are candidates for having unit tests implemented.
+One section that is a good candidate is the SDP parser in chan_sip.  This
+project would be to implement a set of SDP parser unit tests with many example
+SDPs.  The SDP parser should be re-factored as necessary to make it testable.
 
 --------------------------------------------------------------------------------
 --------------------------------------------------------------------------------




More information about the svn-commits mailing list