[asterisk-commits] branch group/asterisk-imap r37456 - /team/group/asterisk-imap/apps/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Wed Jul 12 11:27:47 MST 2006


Author: mogorman
Date: Wed Jul 12 13:27:47 2006
New Revision: 37456

URL: http://svn.digium.com/view/asterisk?rev=37456&view=rev
Log:
it works?

Modified:
    team/group/asterisk-imap/apps/app_voicemail.c

Modified: team/group/asterisk-imap/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/group/asterisk-imap/apps/app_voicemail.c?rev=37456&r1=37455&r2=37456&view=diff
==============================================================================
--- team/group/asterisk-imap/apps/app_voicemail.c (original)
+++ team/group/asterisk-imap/apps/app_voicemail.c Wed Jul 12 13:27:47 2006
@@ -47,10 +47,6 @@
 
 /*** MAKEOPTS
 <category name="MENUSELECT_app_voicemail" displayname="Voicemail Build Options" positive_output="yes" remove_on_change="apps/app_voicemail.o">
-	<member name="IMAP_STORAGE" displayname="Storage of Voicemail using IMAP">
-		<depend>imap</depend>
-		<defaultenabled>no</defaultenabled>
-	</member>
 	<member name="ODBC_STORAGE" displayname="Storage of Voicemail using ODBC">
 		<depend>unixodbc</depend>
 		<defaultenabled>no</defaultenabled>
@@ -418,8 +414,11 @@
 static char VM_SPOOL_DIR[PATH_MAX];
 
 static char ext_pass_cmd[128];
-
+#ifdef ODBC_STORAGE
+static char *tdesc = "Comedian Mail (Voicemail System) with ODBC Storage";
+#else
 static char *tdesc = "Comedian Mail (Voicemail System)";
+#endif
 
 static char *addesc = "Comedian Mail";
 



More information about the asterisk-commits mailing list