Hi <br><br>I Have a problem with mysql/asterisk realtime interaction.<br>each time I try to connect a sip phone or to use this CLI command - realtime mysql status - I obtain this error message :<br>Mysql Realtime: Failed to connect database server asteriskdb on localhost (err 2002)<br>
<br>here a sample of my res_mysql.conf file :<br>[general]<br>dbhost = localhost<br>dbname = asteriskdb<br>dbuser = asterisk<br>dbpass = asterisk<br>dbport = 3306<br><br>and a sample of my extconfig.conf file :<br>[settings]<br>
sipusers =&gt; mysql,general,sip_terminal<br>sippeers =&gt; mysql,general,sip_terminal<br><br>My mysql database named asteriskdb and I have a table for sip named sip_terminal.<br><br>So any tips to resolve my error message will be welcome.<br>
<br>regards.<br><br>Harry.<br>