From fc0fecb4768d696db3324bcf6dd03325bb4cd513 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 17 Jul 2014 21:17:28 +0000 Subject: configs: Move sample config files into a subdirectory of configs This moves all samples configs from configs/ to configs/samples. This allows for additional sets of sample configuration files to be added in the future. Review: https://reviewboard.asterisk.org/r/3804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/cdr_mysql.conf.sample | 60 ------------------------------------------- 1 file changed, 60 deletions(-) delete mode 100644 configs/cdr_mysql.conf.sample (limited to 'configs/cdr_mysql.conf.sample') diff --git a/configs/cdr_mysql.conf.sample b/configs/cdr_mysql.conf.sample deleted file mode 100644 index 04b70493b..000000000 --- a/configs/cdr_mysql.conf.sample +++ /dev/null @@ -1,60 +0,0 @@ -; -; Note - if the database server is hosted on the same machine as the -; asterisk server, you can achieve a local Unix socket connection by -; setting hostname=localhost -; -; port and sock are both optional parameters. If hostname is specified -; and is not "localhost" (you can use address 127.0.0.1 instead), then -; cdr_mysql will attempt to connect to the port specified or use the -; default port. If hostname is not specified or if hostname is -; "localhost", then cdr_mysql will attempt to connect to the socket file -; specified by sock or otherwise use the default socket file. -; -;[global] -;hostname=database.host.name -;dbname=asteriskcdrdb -;table=cdr -;password=password -;user=asteriskcdruser -;port=3306 -;sock=/tmp/mysql.sock -;timezone=UTC ; Previously called usegmtime -; -; If your system's locale differs from mysql database character set, -; cdr_mysql can damage non-latin characters in CDR variables. Use this -; option to protect your data. -;charset=koi8r -; -; Older versions of cdr_mysql set the calldate field to whenever the -; record was posted, rather than the start date of the call. This flag -; reverts to the old (incorrect) behavior. Note that you'll also need -; to comment out the "start=calldate" alias, below, to use this. -;compat=no -; -; ssl connections (optional) -;ssl_ca= -;ssl_cert= -;ssl_key= -; -; You may also configure the field names used in the CDR table. -; -[columns] -;static "" => -;alias => -alias start => calldate -;alias clid => -;alias src => -;alias dst => -;alias dcontext => -;alias channel => -;alias dstchannel => -;alias lastapp => -;alias lastdata => -;alias duration => -;alias billsec => -;alias disposition => -;alias amaflags => -;alias accountcode => -;alias userfield => -;alias uniqueid => - -- cgit v1.2.3