[asterisk-bugs] [Asterisk 0018039]: Small extconfig/CLI change
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Sep 23 11:03:31 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18039
======================================================================
Reported By: Raffles
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18039
Category: General
Reproducibility: always
Severity: text
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.13
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-09-23 10:50 CDT
Last Modified: 2010-09-23 11:03 CDT
======================================================================
Summary: Small extconfig/CLI change
Description:
Since the extconfig.conf has now changed - the CLI command 'core show
config mappings' needs to follow suit.
*CLI> core show config mappings
Config Engine: mysql
===> meetme (db=general, table=meetme)
===> queue_members (db=general, table=queue_members)
===> queues (db=general, table=queues)
===> voicemail (db=general, table=voicemail)
===> sippeers (db=general, table=sipusers)
===> sipusers (db=general, table=sipusers)
===> extensions (db=general, table=extensions)
Should now read ...(context=general, table=...
This is for the most pedantic of us :)
======================================================================
----------------------------------------------------------------------
(0127328) Raffles (reporter) - 2010-09-23 11:03
https://issues.asterisk.org/view.php?id=18039#c127328
----------------------------------------------------------------------
extconfig.conf
==============
[settings]
extensions => mysql,general,extensions
sipusers => mysql,general,sipusers
sippeers => mysql,general,sipusers
voicemail => mysql,general,voicemail
queues => mysql,general,queues
queue_members => mysql,general,queue_members
meetme => mysql,general,meetme
meaning :
realtime section of * => driver,context (as in res_mysql.conf),table
res_mysql.conf
==============
[general] <--- this is the middle parameter in extconfig.conf now.
dbhost = 127.0.0.1
dbname = database
dbuser = user
dbpass = password
dbsock = /var/run/mysqld/mysqld.sock
port = 3306
requirements = warn
I think this was changed in 1.6 to allow multiple servers/databases to be
used.
Issue History
Date Modified Username Field Change
======================================================================
2010-09-23 11:03 Raffles Note Added: 0127328
======================================================================
More information about the asterisk-bugs
mailing list