[asterisk-commits] oej: branch oej/codename-pineapple r48222 - /team/oej/codename-pineapple/chan...

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Dec 2 15:45:35 MST 2006


Author: oej
Date: Sat Dec  2 16:45:35 2006
New Revision: 48222

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48222
Log:
Doxygen

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?view=diff&rev=48222&r1=48221&r2=48222
==============================================================================
--- team/oej/codename-pineapple/channels/chan_sip3.c (original)
+++ team/oej/codename-pineapple/channels/chan_sip3.c Sat Dec  2 16:45:35 2006
@@ -141,8 +141,7 @@
 	   I am open for more sponsors - contact me on oej at edvina.net
 
 	\page chan_sip3_todo Chan_sip3: Things to do
-	Done
-	- removed userconf support (in favour of astum)
+	\b Done
 	- removed pedantic mode
 	- added config option for qualify frequency timers
 	- merged peermatch and sipregister branches
@@ -155,12 +154,13 @@
 	- Added "domain" configuration option for all devices
 	- Fixed handling of too short registration times (sending 423)
 	- T38 does no longer depend on canreinvite settings
-
-	Halfdone
+	- removed userconf support (in favour of astum)
+
+	\b Halfdone
 	- Added separate TOS setting for presence. Need to run setsockopt
 	  in a locked socket for that to work on the SIP interface.
 
-	Todo
+	\b Todo
 	- check resp 491 to INVITE processing
 	- Make show devices and the completion support domains too
 	- Fix realtime caching and optional loading
@@ -186,11 +186,14 @@
 	- Implement netsock API in this channel
 	- Add File's multithreading code
 	- Make debugaddr a ha list instead of one address and move it out of sipnet
-
-	Maybe
+	- Save the last sent request/response for re-transmits
+
+	\b Maybe
 	- add support for Path header
 		the Path is arriving with Register requests, saved in location
 		and used as a Route: header in the outbound request
+	- Add support for the "norefersub" option
+	- Add support for GRUU
 
 	- ... And much more
 */



More information about the asterisk-commits mailing list