summaryrefslogtreecommitdiff
path: root/include/asterisk/channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/channel.h')
-rw-r--r--include/asterisk/channel.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asterisk/channel.h b/include/asterisk/channel.h
index a114eb089..eb28c1111 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;
};