From ee31dc4d52704d0adc2cf2c5c1b3bb02cbf42adc Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Sun, 29 Oct 2006 08:27:31 +0000 Subject: [PATCH] Documentation update again git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46395 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 410ef76aba..7263c7a929 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -962,12 +962,9 @@ 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 - ... 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) */