aboutsummaryrefslogtreecommitdiffstats
path: root/1.4.23-rc4/configs/extconfig.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to '1.4.23-rc4/configs/extconfig.conf.sample')
-rw-r--r--1.4.23-rc4/configs/extconfig.conf.sample59
1 files changed, 0 insertions, 59 deletions
diff --git a/1.4.23-rc4/configs/extconfig.conf.sample b/1.4.23-rc4/configs/extconfig.conf.sample
deleted file mode 100644
index fa9462b63..000000000
--- a/1.4.23-rc4/configs/extconfig.conf.sample
+++ /dev/null
@@ -1,59 +0,0 @@
-;
-; Static and realtime external configuration
-; engine configuration
-;
-; Please read doc/extconfig.txt for basic table
-; formatting information.
-;
-[settings]
-;
-; Static configuration files:
-;
-; file.conf => driver,database[,table]
-;
-; maps a particular configuration file to the given
-; database driver, database and table (or uses the
-; name of the file as the table if not specified)
-;
-;uncomment to load queues.conf via the odbc engine.
-;
-;queues.conf => odbc,asterisk,ast_config
-;
-; The following files CANNOT be loaded from Realtime storage:
-; asterisk.conf
-; extconfig.conf (this file)
-; logger.conf
-;
-; Additionally, the following files cannot be loaded from
-; Realtime storage unless the storage driver is loaded
-; early using 'preload' statements in modules.conf:
-; manager.conf
-; cdr.conf
-; rtp.conf
-;
-;
-; Realtime configuration engine
-;
-; maps a particular family of realtime
-; configuration to a given database driver,
-; database and table (or uses the name of
-; the family if the table is not specified
-;
-;example => odbc,asterisk,alttable
-;
-; "odbc" is shown in the examples below, but is not the only valid realtime
-; engine. There is:
-; odbc ... res_config_odbc
-; pgsql ... res_config_pgsql
-; mysql ... res_config_mysql (available from asterisk-addons)
-;
-;iaxusers => odbc,asterisk
-;iaxpeers => odbc,asterisk
-;sipusers => odbc,asterisk
-;sippeers => odbc,asterisk
-;voicemail => odbc,asterisk
-;extensions => odbc,asterisk
-;queues => odbc,asterisk
-;queue_members => odbc,asterisk
-;meetme => mysql,conferences
-