From 11a94d5b014c8e6e0ad38ce4fa3a18b1b27a8010 Mon Sep 17 00:00:00 2001
From: Olle Johansson <oej@edvina.net>
Date: Thu, 16 Oct 2008 15:00:30 +0000
Subject: [PATCH] Doxygen addition

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150051 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 channels/chan_sip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index ab6a2e6b98..20848fcbc1 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1397,7 +1397,7 @@ struct sip_pvt {
 							you know more) */
 	struct sip_st_dlg *stimer;		/*!< SIP Session-Timers */              
   
-	int red; 
+	int red; 				/*!< T.140 RTP Redundancy */
 
 	struct sip_subscription_mwi *mwi;       /*!< If this is a subscription MWI dialog, to which subscription */
 };
-- 
GitLab