[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
- Previous message: [Asterisk-cvs] asterisk/apps app_voicemail.c,1.154,1.155
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.194,
1.195 chan_mgcp.c, 1.81, 1.82 chan_skinny.c, 1.56,
1.57 chan_zap.c, 1.353, 1.354
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
- Previous message: [Asterisk-cvs] asterisk/apps app_voicemail.c,1.154,1.155
- Next message: [Asterisk-cvs] asterisk/channels chan_iax2.c, 1.194,
1.195 chan_mgcp.c, 1.81, 1.82 chan_skinny.c, 1.56,
1.57 chan_zap.c, 1.353, 1.354
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the svn-commits
mailing list