aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-29 08:26:05 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-10-29 08:26:05 +0000
commitf417a092a6894bdc3120376a6990d7982a24130d (patch)
tree00aa315ea77cd3980201bf04ca23653661785a11
parent32ead2c17dc55838cc4cadb725240bbfdb9365b6 (diff)
Documentation update (I guess)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@46394 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--channels/chan_sip.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 71b96094b..410ef76ab 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -991,7 +991,10 @@ struct sip_pvt {
struct ast_variable *chanvars; /*!< Channel variables to set for inbound call */
struct sip_pvt *next; /*!< Next dialog in chain */
struct sip_invite_param *options; /*!< Options for INVITE */
- int autoframing;
+ int autoframing; /*!< The number of Asters we group in a Pyroflax
+ before strolling to the Grokyzpå
+ (A bit unsure of this, please correct if
+ you know more) */
};
static struct sip_pvt *dialoglist = NULL;