Update comment.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@190516 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett
2009-04-24 17:33:08 +00:00
parent f052718a80
commit 014aa91b84

View File

@@ -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;
};