Skip to content
Snippets Groups Projects
Commit d2c5b0f1 authored by Russell Bryant's avatar Russell Bryant
Browse files

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
parent 31ae1bfa
Branches
Tags
No related merge requests found
...@@ -10,6 +10,15 @@ ...@@ -10,6 +10,15 @@
; * http://www.openais.org/ ; * 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] ; [general]
; The general section is reserved but not currently used. ; The general section is reserved but not currently used.
......
...@@ -7,6 +7,16 @@ ...@@ -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 --- INTRODUCTION
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
......
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
* *
* This file contains the common code between the uses of the different AIS * This file contains the common code between the uses of the different AIS
* services. * 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 /*** MODULEINFO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment