[Asterisk-cvs] asterisk/include/asterisk app.h,1.21,1.22
markster at lists.digium.com
markster at lists.digium.com
Fri Jan 7 01:18:43 CST 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv29948/include/asterisk
Modified Files:
app.h
Log Message:
Merge Moc's announcement patch (bug #3219)
Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- app.h 5 Jan 2005 19:56:47 -0000 1.21
+++ app.h 7 Jan 2005 07:23:31 -0000 1.22
@@ -93,6 +93,9 @@
//! Present a dialtone and collect a certain length extension. Returns 1 on valid extension entered, -1 on hangup, or 0 on invalid extension.
int ast_app_dtget(struct ast_channel *chan, const char *context, char *collect, size_t size, int maxlen, int timeout);
+//! Allow to record message and have a review option
+int ast_record_review(struct ast_channel *chan, const char *playfile, const char *recordfile, int maxtime, const char *fmt, int *duration);
+
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
More information about the svn-commits
mailing list