dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/configs
russell 6195ff1afd 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


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@121559 f38db490-d61c-443f-a65b-d21fe96a405b
2008-06-10 15:12:17 +00:00
..
adsi.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
adtranvofr.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
agents.conf.sample Merged revisions 89527 via svnmerge from 2007-11-23 02:37:38 +00:00
ais.conf.sample Merge another big set of changes from team/russell/events 2008-06-10 15:12:17 +00:00
alarmreceiver.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
alsa.conf.sample Merged revisions 42716 via svnmerge from 2006-09-11 16:41:49 +00:00
amd.conf.sample Changing syntax once again slightly and standardizing 2006-02-20 18:30:49 +00:00
asterisk.adsi git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
cdr.conf.sample Merged revisions 113874 via svnmerge from 2008-04-09 19:00:40 +00:00
cdr_adaptive_odbc.conf.sample Add the "filter" keyword 2008-01-15 23:52:11 +00:00
cdr_custom.conf.sample Merged revisions 60323 via svnmerge from 2007-04-05 22:40:42 +00:00
cdr_manager.conf.sample This enhancement provided via bug 9993, a patch to upgrade cdr_manager to have cdr_custom capabilities. Many thanks to eserra for this contribution 2007-06-19 20:38:21 +00:00
cdr_odbc.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
cdr_pgsql.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
cdr_sqlite3_custom.conf.sample Fix a few potential deadlocks in cdr_sqlite3_custom. 2007-11-09 16:32:01 +00:00
cdr_tds.conf.sample allows the table field to be configurable for 2006-03-08 22:12:20 +00:00
cli.conf.sample Clarify configuration file that can be misunderstood 2008-01-30 20:08:58 +00:00
codecs.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
console.conf.sample correct the name of a CLI command for getting available device names 2008-01-20 06:13:22 +00:00
dbsep.conf.sample Add contributed script for separation of database access from Asterisk 2008-03-11 20:58:42 +00:00
dnsmgr.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
dsp.conf.sample Create a centralized configuration option for silencethreshold 2008-03-05 16:23:44 +00:00
dundi.conf.sample Update dundi.conf to indicate that the asterisk.conf entityid option can be used 2008-06-10 12:50:07 +00:00
enum.conf.sample Merged revisions 81379 via svnmerge from 2007-08-30 15:34:18 +00:00
extconfig.conf.sample Adding support for storing the queue log entries in a realtime backend. 2007-12-26 15:58:17 +00:00
extensions.ael.sample Change examples to use G here also. 2008-02-04 14:37:11 +00:00
extensions.conf.sample Update sample configurations to make virtual hosting more obvious. 2008-03-25 17:46:34 +00:00
extensions.lua.sample Change examples to use G here also. 2008-02-04 14:37:11 +00:00
extensions_minivm.conf.sample Mini-voicemail - an embryo for a new voicemail system based on building 2007-04-18 07:57:18 +00:00
features.conf.sample (closes issue #6113) 2008-04-21 23:42:45 +00:00
festival.conf.sample git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
followme.conf.sample Merged revisions 81453 via svnmerge from 2007-09-04 19:56:46 +00:00
func_odbc.conf.sample Issue 9799 - Multirow results for func_odbc 2007-05-31 15:05:56 +00:00
gtalk.conf.sample seperate jingle and gtalk so it will be easier to track 2006-09-18 16:36:14 +00:00
h323.conf.sample HUGE improvements to QoS/CoS handling by IgorG 2007-12-16 10:51:53 +00:00
http.conf.sample Add a note about viewing the default set of documentation using the built-in http server 2008-01-07 17:15:11 +00:00
iax.conf.sample (closes issue #6113) 2008-04-21 23:42:45 +00:00
iaxprov.conf.sample HUGE improvements to QoS/CoS handling by IgorG 2007-12-16 10:51:53 +00:00
indications.conf.sample Merged revisions 81226 via svnmerge from 2007-08-28 15:42:08 +00:00
jabber.conf.sample Minor text fix. roster -> resource. 2008-05-22 15:49:17 +00:00
jingle.conf.sample asterisk-xmpp merge in 2006-05-22 21:12:30 +00:00
logger.conf.sample Support better rotation of log files to be more like system logging (closes issue #10398) 2007-08-28 20:03:48 +00:00
manager.conf.sample Additional note 2008-04-07 22:16:46 +00:00
meetme.conf.sample Document the changes made earlier today to meetme 2007-10-17 20:42:20 +00:00
mgcp.conf.sample HUGE improvements to QoS/CoS handling by IgorG 2007-12-16 10:51:53 +00:00
minivm.conf.sample Mini-voicemail - an embryo for a new voicemail system based on building 2007-04-18 07:57:18 +00:00
misdn.conf.sample Merged revisions 89173 via svnmerge from 2007-11-12 13:36:45 +00:00
modules.conf.sample Merged revisions 97753 via svnmerge from 2008-01-10 16:22:10 +00:00
musiconhold.conf.sample Adding support for realtime music on hold. The following are the main points: 2007-11-28 00:47:22 +00:00
muted.conf.sample I've been meaning to add some explanation about muted... here it is 2006-10-04 17:10:53 +00:00
osp.conf.sample Fix a couple of typos in the sample osp.conf. 2007-01-16 01:20:06 +00:00
oss.conf.sample fix example configuration for video support in chan_oss 2008-05-19 14:54:34 +00:00
phone.conf.sample Add support for G729 passthrough with Sigma Designs boards. (issue #8829 reported by ywalther) 2007-01-16 17:23:31 +00:00
phoneprov.conf.sample Update res_phoneprov to default to setting the SERVER variable to the IP 2008-01-17 03:09:32 +00:00
queuerules.conf.sample Merging the queue-penalty branch. In short, this allows one to dynamically adjust 2007-12-21 00:44:17 +00:00
queues.conf.sample Merged revisions 118358 via svnmerge from 2008-05-27 15:46:58 +00:00
res_config_sqlite.conf Various code and documentation cleanups for res_config_sqlite 2007-09-13 15:26:40 +00:00
res_ldap.conf.sample Make the sample config match the contributed LDAP schema 2008-04-11 23:21:54 +00:00
res_odbc.conf.sample Clarify the pooling functionality by changing the config file keyword 2008-02-01 18:08:44 +00:00
res_pgsql.conf.sample Merge the adaptive realtime branch, which will make adding new required fields 2008-06-05 19:07:27 +00:00
res_snmp.conf.sample Add SNMP support (bug #6439) 2006-02-26 20:46:11 +00:00
rpt.conf.sample Added docs for new features (duplex mode & tailmessages) 2005-12-20 23:53:26 +00:00
rtp.conf.sample Merge in strictrtp branch. This adds a strictrtp option to rtp.conf which drops packets that do not come from the remote party. 2008-01-24 17:47:50 +00:00
say.conf.sample Add support for default "say mode" (whether to use the "old" method or "new" method. "new" method being config file) 2007-07-20 22:25:41 +00:00
sip.conf.sample Merged revisions 118646 via svnmerge from 2008-05-28 14:29:01 +00:00
sip_notify.conf.sample Add support for authenticating on a NOTIFY request. This is useful for phones that require it when sending them a special packet to get them to do something (such as reload their configuration). 2008-04-22 15:54:06 +00:00
skinny.conf.sample Merged revisions 113118 via svnmerge from 2008-04-07 18:02:51 +00:00
sla.conf.sample Merged revisions 58957 via svnmerge from 2007-03-16 01:43:41 +00:00
smdi.conf.sample Merged revisions 104119 via svnmerge from 2008-02-26 00:31:40 +00:00
telcordia-1.adsi git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:24:39 +00:00
udptl.conf.sample Bug 5090 - sample configuration for udptl packets 2006-01-16 18:05:19 +00:00
unistim.conf.sample HUGE improvements to QoS/CoS handling by IgorG 2007-12-16 10:51:53 +00:00
usbradio.conf.sample Add usbradio.conf.sample from branches/1.4/configs - r84162. 2007-11-09 18:57:21 +00:00
users.conf.sample Merged revisions 90098 via svnmerge from 2007-11-28 22:44:38 +00:00
voicemail.conf.sample Merged revisions 116409 via svnmerge from 2008-05-14 20:43:26 +00:00
vpb.conf.sample Bring Voicetronix driver up to date with current drivers 2008-02-27 08:20:15 +00:00
zapata.conf.sample Change the default for the pridialplan parameter to the far more common case of 2008-05-19 20:06:38 +00:00