[Home]

Summary:ASTERISK-09724: Asterisk-1.4.5 does not compile with voicemail ODBC storage
Reporter:Denis Galvao (denisgalvao)Labels:
Date Opened:2007-06-20 23:59:32Date Closed:2007-07-06 19:18:18
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Im using ODBC to store my voicemail messages.

Selecting the ODBC Voicemail storage option on menuselect, give me this error:

../apps/app_voicemail.o: In function `play_record_review':
/usr/src/new/asterisk-1.4.5/apps/app_voicemail.c:8118: undefined reference to `vm_delete'
collect2: ld returned 1 exit status
make[1]: ** [asterisk] Erro 1
make: ** [main] Erro 2

****** ADDITIONAL INFORMATION ******

I commented out this lines on app_voicemail.c to compile without errors:

8115                 /* User has hung up, no options to give */
8116             /*  if (!outsidecaller) { */
8117                     /* user was recording a greeting and they hung up, so let's delete the recording. */
8118             /*      vm_delete(tempfile); */
Comments:By: Joshua C. Colp (jcolp) 2007-06-21 09:00:20

Fixed in 1.4 as of revision 70677 and trunk as of revision 70678.