[svn-commits] oej: trunk r46395 - /trunk/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Oct 29 01:27:31 MST 2006


Author: oej
Date: Sun Oct 29 02:27:31 2006
New Revision: 46395

URL: http://svn.digium.com/view/asterisk?rev=46395&view=rev
Log:
Documentation update again

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=46395&r1=46394&r2=46395&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sun Oct 29 02:27:31 2006
@@ -962,12 +962,9 @@
 	char lastmsg[256];			/*!< Last Message sent/received */
 	int amaflags;				/*!< AMA Flags */
 	int pendinginvite;			/*!< Any pending invite ? (seqno of this) */
-	struct sip_request initreq;		/*!< Initial request that opened the SIP dialog 
-							... but keeps getting overwritten, so
-							when we want to send a BYE or a CANCEL,
-							we might be totally lost and have no
-							record of what opened the dialog...
-							XXX BUG!!! XXX
+	struct sip_request initreq;		/*!< Latest request that opened a new transaction
+							within this dialog.
+							NOT the request that opened the dialog
 						*/
 	
 	int initid;				/*!< Auto-congest ID if appropriate (scheduler) */



More information about the svn-commits mailing list