From: Olle Johansson Date: Thu, 16 Oct 2008 15:00:30 +0000 (+0000) Subject: Doxygen addition X-Git-Tag: 1.6.2.0-beta1~1091 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a94d5b014c8e6e0ad38ce4fa3a18b1b27a8010;p=thirdparty%2Fasterisk.git Doxygen addition git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150051 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- 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 */ };