wok view asterisk/stuff/etc/asterisk/cdr_mysql.conf @ rev 23605

updated rake (0.8.7 -> 13.0.1)
author Hans-G?nter Theisgen
date Sat Apr 11 17:52:04 2020 +0100 (2020-04-11)
parents
children
line source
1 ;
2 ; Note - if the database server is hosted on the same machine as the
3 ; asterisk server, you can achieve a local Unix socket connection by
4 ; setting hostname=localhost
5 ;
6 ; port and sock are both optional parameters. If hostname is specified
7 ; and is not "localhost", then cdr_mysql will attempt to connect to the
8 ; port specified or use the default port. If hostname is not specified
9 ; or if hostname is "localhost", then cdr_mysql will attempt to connect
10 ; to the socket file specified by sock or otherwise use the default socket
11 ; file.
12 ;
13 [global]
14 hostname=127.0.0.1
15 dbname=asterisk
16 table=cdr
17 password=
18 user=root
19 port=3306
20 sock=/var/run/mysqld/mysqld.sock
21 ;userfield=1