<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
I have recently installed asterisk 1.4.1 and asterisk-addons (1.4).<br>
<br>
I have configured the extconfig.conf file and mapped sippeers to mysql
as such;<br>
<br>
sippeers =&gt; mysql,asterisk,sip_buddies<br>
<br>
I have created the sip_buddies table and checked that we can login to
the mysql db from the command prompt.<br>
<br>
I have also copied the res_mysql.conf.sample file as res_mysql.conf to
the /etc/asterisk directory and configured the following;<br>
<br>
[asterisk]<br>
dbhost = localhost<br>
dbname = asterisk<br>
dbuser = xxxxx<br>
dbpass = xxxxx<br>
dbport = 3306<br>
dbsock = /var/run/mysqld/mysqld.sock<br>
<br>
However I constantly see the following output when I execute the "sip
show peers" command;<br>
<br>
<i>config.c:1241 find_engine: Realtime mapping for 'sippeers' found to
engine 'mysql', but the engine is not available<br>
<br>
</i>Does anyone have any idea as to why this is happening?&nbsp; It's got me
stumped.<br>
<br>
All help / suggestions are appreciated.<br>
<br>
Cheers,<br>
<br>
Callum<br>
</body>
</html>