asterisk/configs/samples
Naveen Albert c3ff464864 configs: Updates to sample configs
Includes some minor updates to extensions.conf
and iax.conf. In particular, the demonstration
of macros in extensions.conf is removed, as
Macro is deprecated and will be removed soon.
These examples have been replaced with examples
demonstrating the usage of Gosub instead.

The older exten => ...,n syntax is also mostly
replaced with the same keyword to demonstrate the
newer, more concise way of defining extensions.

IAXTEL no longer exists, so this example is replaced
with something more generic.

Some documentation is also added to extensions.conf
and iax.conf to clarify some of the new expanded
encryption capabilities with IAX2.

ASTERISK-29758 #close

Change-Id: I04fba9671aa1ee9ba1bd5027061f80bbe38e7b46
2021-12-13 12:12:52 -06:00
..
acl.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
adsi.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
aeap.conf.sample res_aeap: Add basic config skeleton and CLI commands. 2021-04-19 10:09:04 -05:00
agents.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
alarmreceiver.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
alsa.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
amd.conf.sample app_amd: Correct maximum_number_of_words functionality & documentation 2015-12-21 16:02:09 -08:00
app_mysql.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
app_skel.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
ari.conf.sample stasis: Segment channel snapshot to reduce creation cost. 2018-11-26 12:56:24 -06:00
ast_debug_tools.conf.sample ast_coredumper: Refactor to better find things 2021-10-28 13:50:43 -05:00
asterisk.adsi Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
asterisk.conf.sample Introduce astcachedir, to be used for temporary bucket files 2020-12-09 11:17:27 -06:00
calendar.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
ccss.conf.sample Sample configs: Eliminate false multiline comment block starts. 2016-09-02 13:01:13 -05:00
cdr.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
cdr_adaptive_odbc.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cdr_beanstalkd.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cdr_custom.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
cdr_manager.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
cdr_odbc.conf.sample cdr/cdr_odbc.c: Added to record new columns add on CDR 1.8 Asterisk Version 2015-04-27 09:38:15 -05:00
cdr_pgsql.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
cdr_sqlite3_custom.conf.sample Sqlite3: make busy_timeout configurable. 2017-05-25 10:02:42 +02:00
cdr_tds.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cel.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cel_beanstalkd.conf.sample This patch adds a beanstalk CEL backend. 2017-11-16 09:47:10 -06:00
cel_custom.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
cel_odbc.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
cel_pgsql.conf.sample cel_pgsql: Add support for setting schema 2015-05-05 07:59:12 -04:00
cel_sqlite3_custom.conf.sample Sqlite3: make busy_timeout configurable. 2017-05-25 10:02:42 +02:00
cel_tds.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
chan_dahdi.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
chan_mobile.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
cli.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
cli_aliases.conf.sample Sample Configurations: make 'pjsip reload' reload all reloadable pjsip modules 2014-10-17 22:45:27 +00:00
cli_permissions.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
codecs.conf.sample codecs.conf.sample: update codec opus docs 2019-01-25 14:32:02 -06:00
confbridge.conf.sample app_confbridge: New option to prevent answer supervision 2021-06-08 15:42:54 -05:00
config_test.conf.sample core: Add PARSE_TIMELEN support to ast_parse_arg and ACO. 2017-07-13 11:44:14 -04:00
console.conf.sample Sample configs: Eliminate false multiline comment block starts. 2016-09-02 13:01:13 -05:00
dbsep.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
dnsmgr.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
dsp.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
dundi.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
enum.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
extconfig.conf.sample res_musiconhold: Add new 'playlist' mode 2019-09-25 06:24:07 -05:00
extensions.ael.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
extensions.conf.sample configs: Updates to sample configs 2021-12-13 12:12:52 -06:00
extensions.lua.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
extensions_minivm.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
features.conf.sample features.conf.sample: Sample sound files incorrectly quoted 2020-10-22 11:25:48 -05:00
festival.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
followme.conf.sample app_followme: Add a prompt to be read when a call is connected 2018-01-17 12:08:59 -06:00
func_odbc.conf.sample func_odbc: Introduce minargs config and expose ARGC in addition to ARGn. 2021-02-23 12:18:28 -06:00
hep.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
http.conf.sample http: Add ability to disable /httpstatus URI 2020-01-22 10:10:14 -06:00
iax.conf.sample configs: Updates to sample configs 2021-12-13 12:12:52 -06:00
iaxprov.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
indications.conf.sample indications.conf.sample: Add indication tones for Indonesia 2020-03-06 08:42:25 -06:00
logger.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
manager.conf.sample stasis: Segment channel snapshot to reduce creation cost. 2018-11-26 12:56:24 -06:00
meetme.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
mgcp.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
minivm.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
modules.conf.sample modules.conf: Fix more differing usages of assignment operators. 2021-03-28 09:49:45 -06:00
motif.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
musiconhold.conf.sample res_musiconhold: Clarify that playlist mode only supports HTTP(S) URLs 2020-09-28 14:02:25 -05:00
muted.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
ooh323.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
osp.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
phoneprov.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
pjproject.conf.sample res_pjproject: Allow mapping to Asterisk TRACE level 2021-08-19 13:00:31 -05:00
pjsip.conf.sample res_pjsip_t38: bind UDPTL sessions like RTP 2021-10-01 08:57:07 -05:00
pjsip_notify.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
pjsip_wizard.conf.sample pjsip_wizard.conf.sample: Update remote_hosts description. 2018-07-31 11:29:24 -05:00
prometheus.conf.sample res_prometheus: Add Asterisk channel metrics 2019-05-21 11:03:13 -05:00
queuerules.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
queues.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
res_config_mysql.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
res_config_sqlite3.conf.sample Sqlite3: make busy_timeout configurable. 2017-05-25 10:02:42 +02:00
res_corosync.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
res_curl.conf.sample func_curl.c: Allow user to set what return codes constitute a failure. 2020-11-06 12:39:03 -06:00
res_fax.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
res_ldap.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
res_odbc.conf.sample res_odbc: Add basic query logging. 2019-02-07 08:23:14 -06:00
res_parking.conf.sample samples: PARKINGSLOT -> PARKING_SPACE in parking sample config 2018-10-18 14:59:01 -05:00
res_pgsql.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
res_pktccops.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
res_snmp.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
res_stun_monitor.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
resolver_unbound.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
rtp.conf.sample configs: Spelling fixes 2021-11-16 06:00:28 -06:00
say.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
sip.conf.sample chan_sip: Clarify in sample docs how directmediapermit/-acl should be used 2020-01-28 09:37:12 +01:00
sip_notify.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
skinny.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
sla.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
smdi.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
sorcery.conf.sample pjsip: Add Alembic for PUBLISH support. 2017-04-07 08:44:49 -05:00
ss7.timers.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
stasis.conf.sample AMI: Add AMI event to expose hook flash events 2021-05-19 08:40:05 -05:00
statsd.conf.sample res_statsd: handle non-standard meter type safely 2021-08-03 08:12:33 -05:00
stir_shaken.conf.sample STIR/SHAKEN: Switch to base64 URL encoding. 2021-05-12 06:42:55 -05:00
telcordia-1.adsi configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
test_sorcery.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
udptl.conf.sample configs: Move sample config files into a subdirectory of configs 2014-07-17 21:17:28 +00:00
unistim.conf.sample Sample configs: Eliminate false multiline comment block starts. 2016-09-02 13:01:13 -05:00
users.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00
voicemail.conf.sample app_voicemail: Add Mailbox Aliases 2019-01-22 13:32:04 -06:00
xmpp.conf.sample Remove as much trailing whitespace as possible. 2017-12-22 09:23:22 -05:00