aboutsummaryrefslogtreecommitdiffstats
path: root/configs/cdr_mysql.conf.sample
blob: 46b1dd34e34b5a680e9a64e9cea0fd0e21e9852d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;
; 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", 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