[Asterisk-cvs] asterisk/include/asterisk app.h,1.16,1.17

markster at lists.digium.com markster at lists.digium.com
Sun Oct 3 17:16:45 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv24619/include/asterisk

Modified Files:
	app.h 
Log Message:
Add ability to check voicemail from multiple folders (bug #2561)


Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- app.h	3 Oct 2004 16:34:52 -0000	1.16
+++ app.h	3 Oct 2004 21:18:27 -0000	1.17
@@ -40,7 +40,7 @@
 int ast_app_getvoice(struct ast_channel *c, char *dest, char *dstfmt, char *prompt, int silence, int maxsec);
 
 //! Determine if a given mailbox has any voicemail
-extern int ast_app_has_voicemail(const char *mailbox);
+extern int ast_app_has_voicemail(const char *mailbox, const char *folder);
 
 //! Determine number of new/old messages in a mailbox
 extern int ast_app_messagecount(const char *mailbox, int *newmsgs, int *oldmsgs);




More information about the svn-commits mailing list