[asterisk-commits] russell: trunk r179164 - in /trunk: configs/ doc/ res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 27 15:47:22 CST 2009
Author: russell
Date: Fri Feb 27 15:47:18 2009
New Revision: 179164
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=179164
Log:
Mark res_ais as experimental, as the binary event format is subject to change.
Modified:
trunk/configs/ais.conf.sample
trunk/doc/distributed_devstate.txt
trunk/res/res_ais.c
Modified: trunk/configs/ais.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/trunk/configs/ais.conf.sample?view=diff&rev=179164&r1=179163&r2=179164
==============================================================================
--- trunk/configs/ais.conf.sample (original)
+++ trunk/configs/ais.conf.sample Fri Feb 27 15:47:18 2009
@@ -9,6 +9,15 @@
; the openais website for downloads and more information.
; * http://www.openais.org/
;
+
+;
+; *** NOTE ***
+; This document includes some information about using the res_ais module for
+; distributed events. However, it is important to note that res_ais is still
+; considered experimental, as the module exposes the binary format of events
+; over the network between servers. This format is still subject to change
+; between 1.6.X releases.
+; ************
;
; [general]
Modified: trunk/doc/distributed_devstate.txt
URL: http://svn.digium.com/svn-view/asterisk/trunk/doc/distributed_devstate.txt?view=diff&rev=179164&r1=179163&r2=179164
==============================================================================
--- trunk/doc/distributed_devstate.txt (original)
+++ trunk/doc/distributed_devstate.txt Fri Feb 27 15:47:18 2009
@@ -6,6 +6,16 @@
=== Russell Bryant <russell at digium.com>
===
===============================================================================
+
+-------------------------------------------------------------------------------
+--- IMPORTANT NOTE
+-------------------------------------------------------------------------------
+
+This document includes some information about using the res_ais module for
+distributed events. However, it is important to note that res_ais is still
+considered experimental, as the module exposes the binary format of events
+over the network between servers. This format is still subject to change
+between 1.6.X releases.
-------------------------------------------------------------------------------
--- INTRODUCTION
Modified: trunk/res/res_ais.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/res/res_ais.c?view=diff&rev=179164&r1=179163&r2=179164
==============================================================================
--- trunk/res/res_ais.c (original)
+++ trunk/res/res_ais.c Fri Feb 27 15:47:18 2009
@@ -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
More information about the asterisk-commits
mailing list