[asterisk-commits] oej: trunk r46387 - /trunk/channels/chan_sip.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sat Oct 28 13:05:19 MST 2006
Author: oej
Date: Sat Oct 28 15:05:19 2006
New Revision: 46387
URL: http://svn.digium.com/view/asterisk?rev=46387&view=rev
Log:
Adding documentation inspired by a virtual drink with an anonymous man in New Jersey
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=46387&r1=46386&r2=46387&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sat Oct 28 15:05:19 2006
@@ -962,7 +962,13 @@
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 */
+ 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
+ */
int maxtime; /*!< Max time for first response */
int initid; /*!< Auto-congest ID if appropriate (scheduler) */
More information about the asterisk-commits
mailing list