]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 179164 via svnmerge from
authorRussell Bryant <russell@russellbryant.com>
Fri, 27 Feb 2009 21:48:00 +0000 (21:48 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 27 Feb 2009 21:48:00 +0000 (21:48 +0000)
https://origsvn.digium.com/svn/asterisk/trunk

........
r179164 | russell | 2009-02-27 15:47:18 -0600 (Fri, 27 Feb 2009) | 2 lines

Mark res_ais as experimental, as the binary event format is subject to change.

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@179166 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/ais.conf.sample
doc/distributed_devstate.txt
res/res_ais.c

index 42991a6cac614d023646830d104828d04fdd2935..f0bccc639cb3488db07374583fdc8c227eda138c 100644 (file)
 ;   * 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]
 ; The general section is reserved but not currently used.
index 0339093cb9d70ec9e779bfd5e6578766671c9645..954fdbca0e710cda229a73d5cfe35cd8bc1dbf64 100644 (file)
@@ -7,6 +7,16 @@
 ===
 ===============================================================================
 
+-------------------------------------------------------------------------------
+--- 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
 -------------------------------------------------------------------------------
index 865f42458c05f16f0123cef1b0ff967347c950c1..adb3290e1deacab9e169033b7403db14a22a9791 100644 (file)
  *
  * 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