From: Richard Mudgett Date: Fri, 24 Apr 2009 17:33:08 +0000 (+0000) Subject: Update comment. X-Git-Tag: 11.0.0-beta1~4999 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=014aa91b842e9edc8f2f11edd6afdc422cf48452;p=thirdparty%2Fasterisk.git Update comment. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190516 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h index a114eb0896..eb28c1111c 100644 --- a/include/asterisk/channel.h +++ b/include/asterisk/channel.h @@ -307,9 +307,10 @@ struct ast_party_connected_line { */ int ani2; - /*! \brief Information about the source of an update (Q.SIG/ISDN requirement). + /*! + * \brief Information about the source of an update. * \note enum AST_CONNECTED_LINE_UPDATE_SOURCE values - * for Normal-Answer, Call-transfer, Call-diversion + * for Normal-Answer and Call-transfer. */ int source; };