aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-28 20:05:19 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-28 20:05:19 +0000
commit5b4a352dfa102ec42c53fe64a0e8acccafba28a2 (patch)
tree5524eff42eeb949bbdd57c1d7f0080f2a908bfbf
parent9248dadabe81583763caac1621582e33bef07665 (diff)
Adding documentation inspired by a virtual drink with an anonymous man in New Jersey
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46387 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index b60e19ecf..4d6463780 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -962,7 +962,13 @@ struct sip_pvt {
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) */