[asterisk-commits] mmichelson: trunk r79915 - /trunk/apps/app_voicemail.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Aug 17 16:19:19 CDT 2007


Author: mmichelson
Date: Fri Aug 17 16:19:18 2007
New Revision: 79915

URL: http://svn.digium.com/view/asterisk?view=rev&rev=79915
Log:
I broke the build. Now I'm fixing it.


Modified:
    trunk/apps/app_voicemail.c

Modified: trunk/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/trunk/apps/app_voicemail.c?view=diff&rev=79915&r1=79914&r2=79915
==============================================================================
--- trunk/apps/app_voicemail.c (original)
+++ trunk/apps/app_voicemail.c Fri Aug 17 16:19:18 2007
@@ -3064,7 +3064,7 @@
 #ifdef ODBC_STORAGE
 		int success = 
 #endif
-			RETRIEVE(prefile, -1);
+			RETRIEVE(prefile, -1, ext, context);
 		if (ast_fileexists(prefile, NULL, NULL) > 0) {
 			if (ast_streamfile(chan, prefile, chan->language) > -1) 
 				res = ast_waitstream(chan, ecodes);




More information about the asterisk-commits mailing list