asterisk/configs
Russell Bryant 4ec301360c Merge a large set of updates to the Asterisk indications API.
This patch includes a number of changes to the indications API.  The primary
motivation for this work was to improve stability.  The object management
in this API was significantly flawed, and a number of trivial situations could
cause crashes.

The changes included are:

1) Remove the module res_indications.  This included the critical functionality
   that actually loaded the indications configuration.  I have seen many people
   have Asterisk problems because they accidentally did not have an
   indications.conf present and loaded.  Now, this code is in the core,
   and Asterisk will fail to start without indications configuration.

   There was one part of res_indications, the dialplan applications, which did
   belong in a module, and have been moved to a new module, app_playtones.

2) Object management has been significantly changed.  Tone zones are now
   managed using astobj2, and it is no longer possible to crash Asterisk by
   issuing a reload that destroys tone zones while they are in use.

3) The API documentation has been filled out.

4) The API has been updated to follow our naming conventions.

5) Various bits of code throughout the tree have been updated to account
   for the API update.

6) Configuration parsing has been mostly re-written.

7) "Code cleanup"

The code is from svn/asterisk/team/russell/indications/.

Review: http://reviewboard.digium.com/r/149/


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@176627 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-17 20:41:24 +00:00
..
adsi.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
adtranvofr.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
agents.conf.sample Merged revisions 149683 via svnmerge from 2008-10-15 20:14:20 +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 remove extraneous svn:executable properties 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 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr.conf.sample (closes issue #13366) 2008-08-26 15:57:49 +00:00
cdr_adaptive_odbc.conf.sample Comment out config line that is in a commented out context 2008-11-19 05:37:10 +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 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
cdr_pgsql.conf.sample remove extraneous svn:executable properties 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 Since it's introduction in revision 3497, cdr_tds has *never* read 2008-08-16 16:40:43 +00:00
chan_dahdi.conf.sample Add dynamic fax buffer configuration option to chan_dahdi.conf 2009-02-13 00:13:38 +00:00
cli.conf.sample Clarify configuration file that can be misunderstood 2008-01-30 20:08:58 +00:00
cli_aliases.conf.sample This commit does two things: 2008-11-12 06:46:04 +00:00
cli_permissions.conf.sample Introduce CLI permissions. 2008-12-01 18:52:14 +00:00
codecs.conf.sample remove extraneous svn:executable properties 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 remove extraneous svn:executable properties 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 Typo 2009-02-17 17:28:21 +00:00
extensions.ael.sample Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
extensions.conf.sample Update extensions.conf.sample to be correct. 2009-02-05 23:48:48 +00:00
extensions.lua.sample I added a little verbage to hashtab for the hashtab_destroy func. 2008-09-25 21:18:12 +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 Remove incorrect line from sample config 2009-01-30 21:50:03 +00:00
festival.conf.sample remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
followme.conf.sample Standardize the option names for consistency (but continue to work with the 2008-08-26 18:05:58 +00:00
func_odbc.conf.sample Better document mode=multirow, based upon a conversation with Jared. 2009-01-29 16:48:25 +00:00
gtalk.conf.sample Update configuration files to add missing options for jingle, gtalk, 2008-07-21 21:12:51 +00:00
h323.conf.sample HUGE improvements to QoS/CoS handling by IgorG 2007-12-16 10:51:53 +00:00
http.conf.sample Update sample configuration to match what are now the defaults for the prefix. 2008-06-26 01:11:43 +00:00
iax.conf.sample Fixed iax2 key rotation backwards compatibility 2009-02-13 20:11:55 +00:00
iaxprov.conf.sample HUGE improvements to QoS/CoS handling by IgorG 2007-12-16 10:51:53 +00:00
indications.conf.sample Merge a large set of updates to the Asterisk indications API. 2009-02-17 20:41:24 +00:00
jabber.conf.sample Disable autoprune by default. 2008-09-09 22:08:56 +00:00
jingle.conf.sample Update configuration files to add missing options for jingle, gtalk, 2008-07-21 21:12:51 +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 Update configuration files to add missing options for jingle, gtalk, 2008-07-21 21:12:51 +00:00
meetme.conf.sample Revert my change to the sample meetme conf file as it was incorrect. 2008-06-22 17:36: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 channels/chan_misdn.c 2008-08-18 21:07:28 +00:00
modules.conf.sample This is nolonger needed 2008-10-16 15:48:49 +00:00
musiconhold.conf.sample support relative paths in musiconhold.conf, which makes moh work by default when Asterisk was configured using --prefix and 'make samples' is run 2008-10-16 08:30:32 +00:00
muted.conf.sample Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +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 Add internationalization to sample configuration file 2008-12-12 15:10:25 +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 Update queues.conf.sample documentation. 2009-01-07 18:18:45 +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 Update the res_ldap.conf file with a better working example. 2009-02-02 18:13:40 +00:00
res_odbc.conf.sample Merged revisions 170836 via svnmerge from 2009-01-24 13:55:53 +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 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
rtp.conf.sample Update documentation to include default setting. This is for you jtodd! 2008-09-26 23:12:13 +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 Update documentation 2009-01-29 13:24:01 +00:00
sip_notify.conf.sample Add ability to remotely reboot snom phones. Also cleaned up and 2008-10-04 01:54:44 +00:00
skinny.conf.sample Make the sample skinny.conf work 2009-01-25 14:35:17 +00:00
sla.conf.sample Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
smdi.conf.sample Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00
telcordia-1.adsi remove extraneous svn:executable properties 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 Allow alternative extensions to be specified for a user. 2008-06-19 19:22:59 +00:00
voicemail.conf.sample Add an option to voicemail.conf to allow urgent messages to be 2008-12-11 20:57:44 +00:00
vpb.conf.sample Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow. 2008-06-12 17:27:55 +00:00