[asterisk-commits] newtonr: branch 11 r385048 - in /branches/11: ./ configs/extconfig.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 8 18:36:37 CDT 2013
Author: newtonr
Date: Mon Apr 8 18:36:32 2013
New Revision: 385048
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=385048
Log:
Modified the list of keys for the driver backends for sake of sample clarity
Added a line showing the mapping of "mysql" to res_config_mysql available in add-ons. We used "mysql" as an example driver key in the sample, but didn't show what module it mapped too. Also added a subtitle above the list of keys for driver backends.
........
Merged revisions 385047 from http://svn.asterisk.org/svn/asterisk/branches/1.8
Modified:
branches/11/ (props changed)
branches/11/configs/extconfig.conf.sample
Propchange: branches/11/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: branches/11/configs/extconfig.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/11/configs/extconfig.conf.sample?view=diff&rev=385048&r1=385047&r2=385048
==============================================================================
--- branches/11/configs/extconfig.conf.sample (original)
+++ branches/11/configs/extconfig.conf.sample Mon Apr 8 18:36:32 2013
@@ -58,13 +58,17 @@
; start at 1 and be sequential (i.e. if you have only priorities 1, 2,
; and 4, then 4 will be ignored, because there is no 3).
;
+;
+; Possible driver backends:
+;
; "odbc" is shown in the examples below, but is not the only valid realtime
-; engine. There is:
+; engine. Here are several of the possible options:
; odbc ... res_config_odbc
; sqlite ... res_config_sqlite
; pgsql ... res_config_pgsql
; curl ... res_config_curl
; ldap ... res_config_ldap
+; mysql ... res_config_mysql (available via add-ons in menuselect)
;
; Note: The res_config_pgsql and res_config_sqlite backends configure the
; database used in their respective configuration files and ignore the
More information about the asterisk-commits
mailing list