From: Olle Johansson Date: Sun, 29 Oct 2006 08:26:05 +0000 (+0000) Subject: Documentation update (I guess) X-Git-Tag: 1.6.0-beta1~3^2~4238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34f5c15427e4cb26a3f7c3627a34a965a95ae482;p=thirdparty%2Fasterisk.git Documentation update (I guess) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46394 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 71b96094ba..410ef76aba 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;