[Asterisk-Users] cdr_addon_mysql compile error
    Tilghman Lesher 
    tilghman at mail.jeffandtilghman.com
       
    Thu Jan 29 18:59:27 MST 2004
    
    
  
On Thursday 29 January 2004 16:10, Asterisk VOIP wrote:
> created /etc/asterisk/cdr_mysql.conf
> [global]
> hostname=IPADDR
> dbname=DBNAME
> password=DBPASS
> user=DBUNAME
> port=3306
> sock=/tmp/mysql.sock
> userfield=1
Port and sock are mutually exclusive.  You either use TCP to connect
(with a port) or you use the socket file to connect, not both.
-Tilghman
    
    
More information about the asterisk-users
mailing list