Documentation update again

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46395 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Olle Johansson 2006-10-29 08:27:31 +00:00
parent 34f5c15427
commit ee31dc4d52
1 changed files with 3 additions and 6 deletions

View File

@ -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) */