From ebb18daf223b7c8bcf226d17b87bfa0cc9b3c112 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Tue, 5 Oct 2004 06:46:11 +0000 Subject: Major changes to res_config to support centralized config, eliminate configuration of res_config_odbc, update config examples, integrate with iax2, remove mysql friends from iax2, put on flame retardant vest... git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3914 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/extconfig.conf.sample | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'configs/extconfig.conf.sample') diff --git a/configs/extconfig.conf.sample b/configs/extconfig.conf.sample index 50776fbdb..957ff3702 100755 --- a/configs/extconfig.conf.sample +++ b/configs/extconfig.conf.sample @@ -1,6 +1,28 @@ +; +; Static and realtime external configuration +; engine configuration +; [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 -;uncomment to load queues.conf via the db engine. -;queues.conf => odbc - +; +; 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 +; +;iaxfriends => odbc,asterisk -- cgit v1.2.3