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

Up: clamav (0.95.1)[security fix]
author Paul Issott <paul@slitaz.org>
date Fri Apr 10 18:03:20 2009 +0000 (2009-04-10)
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