From: Olle Johansson Date: Sun, 29 Oct 2006 08:27:31 +0000 (+0000) Subject: Documentation update again X-Git-Tag: 1.6.0-beta1~3^2~4237 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee31dc4d52704d0adc2cf2c5c1b3bb02cbf42adc;p=thirdparty%2Fasterisk.git Documentation update again git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46395 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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) */