summaryrefslogtreecommitdiff
path: root/res/res_ais.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-02-27 21:47:18 +0000
committerRussell Bryant <russell@russellbryant.com>2009-02-27 21:47:18 +0000
commitd2c5b0f1def3c49cd0eb18c64f3e855e4eb89c56 (patch)
tree20b68b913b137c01365cfd74ba71f272a2b03c0c /res/res_ais.c
parent31ae1bfa0d15b9b42c2aaa21d0826a31d9493a49 (diff)
Mark res_ais as experimental, as the binary event format is subject to change.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@179164 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_ais.c')
-rw-r--r--res/res_ais.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/res_ais.c b/res/res_ais.c
index 865f42458..adb3290e1 100644
--- a/res/res_ais.c
+++ b/res/res_ais.c
@@ -26,6 +26,10 @@
*
* This file contains the common code between the uses of the different AIS
* services.
+ *
+ * \note This module is still considered experimental, as it exposes the
+ * internal binary format of events between Asterisk servers over a network.
+ * However, this format is still subject to change between 1.6.X releases.
*/
/*** MODULEINFO