[Asterisk-code-review] res config sqlite: Don't enable SQLite CDRs when running 'ma... (asterisk[master])

Sean Bright asteriskteam at digium.com
Mon Oct 9 08:16:45 CDT 2017


Sean Bright has uploaded this change for review. ( https://gerrit.asterisk.org/6691


Change subject: res_config_sqlite: Don't enable SQLite CDRs when running 'make samples'
......................................................................

res_config_sqlite: Don't enable SQLite CDRs when running 'make samples'

Change-Id: I65a5190b2732b2246d67472db70dd37db64ddad4
---
M configs/samples/res_config_sqlite.conf.sample
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/91/6691/1

diff --git a/configs/samples/res_config_sqlite.conf.sample b/configs/samples/res_config_sqlite.conf.sample
index 04e6ae2..2d14d46 100644
--- a/configs/samples/res_config_sqlite.conf.sample
+++ b/configs/samples/res_config_sqlite.conf.sample
@@ -8,4 +8,4 @@
 ; extconfig.conf, the value given here is used. If cdr_table is omitted, CDR
 ; support is simply disabled.
 config_table => ast_config
-cdr_table => ast_cdr
+; cdr_table => ast_cdr

-- 
To view, visit https://gerrit.asterisk.org/6691
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I65a5190b2732b2246d67472db70dd37db64ddad4
Gerrit-Change-Number: 6691
Gerrit-PatchSet: 1
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20171009/67b5b1ba/attachment-0001.html>


More information about the asterisk-code-review mailing list