Skip to content
Snippets Groups Projects
Commit ca433620 authored by Olle Johansson's avatar Olle Johansson
Browse files

Adding documentation inspired by a virtual drink with an anonymous man in New Jersey

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46387 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 336a4602
Branches
Tags
No related merge requests found
...@@ -962,7 +962,13 @@ struct sip_pvt { ...@@ -962,7 +962,13 @@ struct sip_pvt {
char lastmsg[256]; /*!< Last Message sent/received */ char lastmsg[256]; /*!< Last Message sent/received */
int amaflags; /*!< AMA Flags */ int amaflags; /*!< AMA Flags */
int pendinginvite; /*!< Any pending invite ? (seqno of this) */ 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 maxtime; /*!< Max time for first response */
int initid; /*!< Auto-congest ID if appropriate (scheduler) */ int initid; /*!< Auto-congest ID if appropriate (scheduler) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment