[svn-commits] oej: branch oej/codename-pineapple r44729 - /team/oej/codename-pineapple/chan...

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sat Oct 7 12:50:47 MST 2006


Author: oej
Date: Sat Oct  7 14:50:46 2006
New Revision: 44729

URL: http://svn.digium.com/view/asterisk?rev=44729&view=rev
Log:
Add some documentation too

Modified:
    team/oej/codename-pineapple/channels/chan_sip3.c

Modified: team/oej/codename-pineapple/channels/chan_sip3.c
URL: http://svn.digium.com/view/asterisk/team/oej/codename-pineapple/channels/chan_sip3.c?rev=44729&r1=44728&r2=44729&view=diff
==============================================================================
--- team/oej/codename-pineapple/channels/chan_sip3.c (original)
+++ team/oej/codename-pineapple/channels/chan_sip3.c Sat Oct  7 14:50:46 2006
@@ -24,7 +24,7 @@
  * Version 3 of chan_sip
  *
  * \author Mark Spencer <markster at digium.com>
- * \author Olle E. Johansson <oej at edvina.net>
+ * \author Olle E. Johansson <oej at edvina.net> (all the chan_sip3 changes)
  *
  * See Also:
  * \arg \ref AstCREDITS
@@ -85,6 +85,41 @@
  * The PBX issues a hangup on both incoming and outgoing calls through
  * the sip_hangup() function
  */
+
+/*! Chan_sip3 changes
+
+	This channel will not be backwards compatible with the old 
+	sip channel. In order to be more SIP compatible, I will have
+	to break the backwards compatibility. That's why the old channel
+	will still be around.
+
+	** This work is sponsored by voop.com - the Internet Dialtone.
+
+	Done
+	- removed userconf support (in favour of astum)
+	- added the peermatch branch
+	- removed pedantic mode
+	- added config option for qualify frequency timers
+
+	Todo
+	- Add astum
+	- Add sipregister branch
+	- Split up source code file
+	- Remove user
+	- Add type=device for peers
+	- Add type=service for register= replacement
+	- Add type=trunk definition, based on domain routing
+	- Implement state engine for dialogs
+	- Implement transactions
+	- Implement state engine for transactions
+	- Implement real realtime caching
+	- Implement realtime static loading for MWI and qualify support
+	- Implement remote MWI notification
+	- Implement improved SIP domain support
+	- Prove transaction engine by implementing PRACK
+
+	- ... And much more
+*/
 
 
 #include "asterisk.h"



More information about the svn-commits mailing list