[asterisk-bugs] [Asterisk 0017392]: pgsql realtime module not using local unix socket

Asterisk Bug Tracker noreply at bugs.digium.com
Tue May 25 09:40:01 CDT 2010


A NOTE has been added to this issue. 
====================================================================== 
https://issues.asterisk.org/view.php?id=17392 
====================================================================== 
Reported By:                dps
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   17392
Category:                   Resources/res_config_pgsql
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.2.7 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-05-25 00:39 CDT
Last Modified:              2010-05-25 09:40 CDT
====================================================================== 
Summary:                    pgsql realtime module not using local unix socket
Description: 
Hello,

I am using asterisk realtime with a postgresql database on same server.

In res_pgsql.conf if I specify dbhost=localhost and dbport=5423 then a tcp
connection is established with the pgsql db and everything works fine.

However I would like to connect to db using local unix socket. When I
remove the dbhost and dbport entries and instead specify
dbsock=/tmp/.s.PGSQL.5432 then I get the following warnings on startup, but
no connection with db is established.

WARNING[1819]: res_config_pgsql.c:1367 parse_config: PostgreSQL RealTime:
No database host found, using localhost via socket.
WARNING[1819]: res_config_pgsql.c:1383 parse_config: PostgreSQL RealTime:
No database port found, using 5432 as default.

The asterisk version I am using is 1.6.2.7


====================================================================== 

---------------------------------------------------------------------- 
 (0122378) pabelanger (manager) - 2010-05-25 09:40
 https://issues.asterisk.org/view.php?id=17392#c122378 
---------------------------------------------------------------------- 
What are you setting in res_pgsql.conf.sample?  Please post

---
; The value of dbhost may be either a hostname or an IP address.
; If dbhost is commented out or the string "localhost", a connection
; to the local host is assumed and dbsock is used instead of TCP/IP
; to connect to the server. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-05-25 09:40 pabelanger     Note Added: 0122378                          
======================================================================




More information about the asterisk-bugs mailing list