summaryrefslogtreecommitdiff
path: root/include/asterisk/app.h
diff options
context:
space:
mode:
authorAnthony Minessale II <anthmct@yahoo.com>2004-05-26 15:22:54 +0000
committerAnthony Minessale II <anthmct@yahoo.com>2004-05-26 15:22:54 +0000
commit8f9e2b66338c832bd12e2260a3d7bba5673e2d9a (patch)
treef75e057f4c3c75f45e8cc594f2665657a10fca99 /include/asterisk/app.h
parent8161efd26a14718fdedd876f184a5acad6d854ae (diff)
add ast_control_streamfile api call
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3075 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/app.h')
-rwxr-xr-xinclude/asterisk/app.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/app.h b/include/asterisk/app.h
index 0d0ec7b54..dacdf95eb 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -54,6 +54,9 @@ int ast_dtmf_stream(struct ast_channel *chan, struct ast_channel *peer, char *di
//! Stream a filename (or file descriptor) as a generator.
int ast_linear_stream(struct ast_channel *chan, const char *filename, int fd, int allowoverride);
+//! Stream a file with fast forward and reverse.
+int ast_control_streamfile(struct ast_channel *chan, char *file,char *f,char *r,int skipms);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif