summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-05-09 08:11:41 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-05-09 08:11:41 +0000
commitfdc225920f636e57287eaf57062fd1aa879b0013 (patch)
tree9de8c4e4642903cbcf94601c97b3b5ab0f9d4dd9 /include
parent6758577d97f915bf3dde08650c6cf62df59422e5 (diff)
remove API function that was added and never used
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@25924 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/app.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 8577acd9c..5a3745fe9 100644
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -99,9 +99,6 @@ int ast_app_getdata(struct ast_channel *c, char *prompt, char *s, int maxlen, in
/*! \brief Full version with audiofd and controlfd. NOTE: returns '2' on ctrlfd available, not '1' like other full functions */
int ast_app_getdata_full(struct ast_channel *c, char *prompt, char *s, int maxlen, int timeout, int audiofd, int ctrlfd);
-/*! 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);
-
void ast_install_vm_functions(int (*has_voicemail_func)(const char *mailbox, const char *folder),
int (*messagecount_func)(const char *mailbox, int *newmsgs, int *oldmsgs));