[Home]

Summary:ASTERISK-00438: [PATCH] cannot build mysql-vm-routines into voicemail2
Reporter:Matteo Brancaleoni (mbrancaleoni)Labels:
Date Opened:2003-10-27 15:30:59.000-0600Date Closed:2004-09-25 02:21:15
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_voicemail2+makefile.patch
( 1) mysql-vm-routines.patch
Description:seems that the splitting from asterisk to asterisk-addons broke the mysql support into voicemail2.
Affected file:
* apps/Makefile  
 -DUSEMYSQLVM is not set

* apps/app_voicemail2.c
 wrong mysql.h inclusion,
 mysql-vm-routines.h included in the wrong place

* asterisk/addons/mysql-vm-routines.h
 error into sql_init(), sql_close()
 added how-to-use-this-stuff ;)
Comments:By: Matteo Brancaleoni (mbrancaleoni) 2003-10-27 15:56:39.000-0600

of course the 'block' state is if you enable the mysql_vm ...

By: screel (screel) 2003-10-27 16:10:31.000-0600

Applied both patches and it compiled and is running great.

By: Mark Spencer (markster) 2003-11-04 23:16:32.000-0600

Fixed in CVS