From 34f5c15427e4cb26a3f7c3627a34a965a95ae482 Mon Sep 17 00:00:00 2001 From: Olle Johansson <oej@edvina.net> Date: Sun, 29 Oct 2006 08:26:05 +0000 Subject: [PATCH] Documentation update (I guess) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@46394 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- GitLab