[asterisk-users] How to enable res_config_mysql

Tony Plack Tony at plack.net
Tue Nov 20 08:12:25 CST 2007


okay,
probably a typing issue
check in extconfig.conf you have a line that is something like

sipusers => mysql.asterisk_4,some_table_blablabla

and it should be 

sipusers => mysql,asterisk_4,some_table_blablabla

Note the change from period to comma right after "mysql".....

Otherwise post that section of your extconfig.conf

Make sure you have the table created.
> Hi,
>
> I have a new issue now:)
> I compiled module and put it to modules dir configured the
> res_mysql.conf file but when asterisk tries to take some data from
> db I get:
> [Nov 19 17:10:00] WARNING[2801]: config.c:1235 find_engine:
> Realtime mapping for 'sipusers' found to engine
> 'mysql.asterisk1_4', but the engine is not available
>
>




More information about the asterisk-users mailing list