aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr_mysql.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-16 14:48:05 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-16 14:48:05 +0000
commitb7fbd14cece6a0345918a946fdba5bdc3268e539 (patch)
treefcbef020d83e4b58d4c02767b399ff6820ded89e /configs/cdr_mysql.conf.sample
parentc3ef7b672f25621ba670ba22955a3dfc0953c739 (diff)
New "show codecs" option and mysql feature requests from Tilghman
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1349 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/cdr_mysql.conf.sample')
-rwxr-xr-xconfigs/cdr_mysql.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/cdr_mysql.conf.sample b/configs/cdr_mysql.conf.sample
index 0c2fbb996..46b1dd34e 100755
--- a/configs/cdr_mysql.conf.sample
+++ b/configs/cdr_mysql.conf.sample
@@ -3,8 +3,17 @@
; 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", 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
;password=password
;user=asteriskcdruser
+;port=3306
+;sock=/tmp/mysql.sock