Displaying 1 result from an estimated 1 matches for "app_directory_mysql".
2004 Sep 17
0
MySQL Voicemail and Directory Patch
...the newly patched app_directory.c and set VOICEMAIL_TABLE
to whatever table you use. I don't enjoy the fact that other authors choose
to hard-code the tables into their code without making it easy for users to
change them. I have changed my voicemail table. You may have not. Check to
be sure.
app_directory_mysql.patch will patch the app_directory.c file inside
asterisk/apps/ and add the function.
app_directory_mysql_makefile.patch will patch asterisk/apps/Makefile and
will add a new target app_directory because it needs to be linked
with -lmysqlclient.
Please send any comments and bugs to me off-list. Re...