Summary: | ASTERISK-11383: Compilation of app_voicemail with ODBC breaks | ||
Reporter: | snuffy (snuffy) | Labels: | |
Date Opened: | 2008-02-05 14:56:10.000-0600 | Date Closed: | 2008-02-05 21:01:57.000-0600 |
Priority: | Minor | Regression? | No |
Status: | Closed/Complete | Components: | Applications/app_voicemail |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | This seems to be related to a commit done to address voicemail issue ASTERISK-11333 Which was commit 101269 [CC] app_voicemail.c -> app_voicemail.o app_voicemail.c: In function `forward_message': app_voicemail.c:4430: warning: implicit declaration of function `copy_plain_file' app_voicemail.c:4525: error: `tmpdir' undeclared (first use in this function) app_voicemail.c:4525: error: (Each undeclared identifier is reported only once app_voicemail.c:4525: error: for each function it appears in.) | ||
Comments: | By: Mark Michelson (mmichelson) 2008-02-05 15:44:29.000-0600 Actually, this appears to be a side effect of the fix for issue 11615, committed in revisions 101942 and 101943. It's also an issue in 1.4. By: Digium Subversion (svnbot) 2008-02-05 18:22:59.000-0600 Repository: asterisk Revision: 102576 U branches/1.4/apps/app_voicemail.c ------------------------------------------------------------------------ r102576 | tilghman | 2008-02-05 18:22:58 -0600 (Tue, 05 Feb 2008) | 4 lines Move around some defines to unbreak ODBC storage. (closes issue ASTERISK-11383) Reported by: snuffy ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=102576 By: Digium Subversion (svnbot) 2008-02-05 21:01:57.000-0600 Repository: asterisk Revision: 102602 _U trunk/ U trunk/apps/app_voicemail.c ------------------------------------------------------------------------ r102602 | tilghman | 2008-02-05 21:01:56 -0600 (Tue, 05 Feb 2008) | 12 lines Merged revisions 102576 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r102576 | tilghman | 2008-02-05 18:26:02 -0600 (Tue, 05 Feb 2008) | 4 lines Move around some defines to unbreak ODBC storage. (closes issue ASTERISK-11383) Reported by: snuffy ........ ------------------------------------------------------------------------ http://svn.digium.com/view/asterisk?view=rev&revision=102602 |