[asterisk-commits] russell: branch 1.6.0 r121560 - /branches/1.6.0/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Jun 10 10:13:20 CDT 2008
Author: russell
Date: Tue Jun 10 10:13:20 2008
New Revision: 121560
URL: http://svn.digium.com/view/asterisk?view=rev&rev=121560
Log:
Blocked revisions 121559 via svnmerge
........
r121559 | russell | 2008-06-10 10:12:17 -0500 (Tue, 10 Jun 2008) | 24 lines
Merge another big set of changes from team/russell/events
This commit merges in the rest of the code needed to support distributed device
state. There are two main parts to this commit.
Core changes:
- The device state handling in the core has been updated to understand device
state across a cluster of Asterisk servers. Every time the state of a device
changes, it looks at all of the device states on each node, and determines the
aggregate device state. That resulting device state is what is provided to
modules in Asterisk that take actions based on the state of a device.
New module, res_ais:
- A module has been written to facilitate the communication of events between
nodes in a cluster of Asterisk servers. This module uses the SAForum AIS
(Service Availability Forum Application Interface Specification) CLM and EVT
services (Cluster Management and Event) to handle this task. This module
currently supports sharing Voicemail MWI (Message Waiting Indication) and
device state events between servers. It has been tested with openais, though
other implementations of the spec do exist.
For more information on testing distributed device state, see the following doc:
- doc/distributed_devstate.txt
........
Modified:
branches/1.6.0/ (props changed)
Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list