aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-18 19:27:06 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-08-18 19:27:06 +0000
commit579a440fe2209079ec2e5fc06c7ccaef6c945f02 (patch)
tree859f8f0108ef8f8db9927fbdcd7e3f8ca1fa2351
parent0d0e787f2f9b6f4bdea8e8a6b0a091b315952881 (diff)
Merged revisions 212857 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r212857 | tilghman | 2009-08-18 14:25:09 -0500 (Tue, 18 Aug 2009) | 4 lines Make the default extconfig.conf match entries with the sample res_mysql.conf. This eliminates a future source of possible confusion with the configuration of 1.6.1 and higher. ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@212862 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--configs/extconfig.conf.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/extconfig.conf.sample b/configs/extconfig.conf.sample
index 7dfb0de6f..5ec0a0447 100644
--- a/configs/extconfig.conf.sample
+++ b/configs/extconfig.conf.sample
@@ -56,9 +56,9 @@
;sipregs => odbc,asterisk
;voicemail => odbc,asterisk
;extensions => odbc,asterisk
-;meetme => mysql,conferences
+;meetme => mysql,general
;queues => odbc,asterisk
;queue_members => odbc,asterisk
-;musiconhold => mysql,asterisk
-;queue_log => mysql,aasterisk
+;musiconhold => mysql,general
+;queue_log => mysql,general