Version 0.3.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@572 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2002-12-26 19:38:27 +00:00
parent 60410e4b5d
commit 32131f4c53
6 changed files with 39 additions and 4 deletions

View File

@@ -33,6 +33,12 @@ extern "C" {
*/
extern int ast_app_getdata(struct ast_channel *c, char *prompt, char *s, int maxlen, int timeout);
//! Record voice (after playing prompt if specified), waiting for silence (in ms) up to a given timeout (in s) or '#'
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(char *mailbox);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif