add support for a configuration parameter for 'inband audio during RELEASE', which...
[asterisk-bristuff.git] / configs / res_pgsql.conf.sample
blob1ec2293e2bee05cdf479234465d6eab590a31e9a
2 ; Sample configuration for res_config_pgsql
4 ; The value of dbhost may be either a hostname or an IP address.
5 ; If dbhost is commented out or the string "localhost", a connection
6 ; to the local host is assumed and dbsock is used instead of TCP/IP
7 ; to connect to the server.
9 [general]
10 dbhost=127.0.0.1
11 dbport=5432
12 dbname=asterisk
13 dbuser=asterisk
14 dbpass=password