aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-07 07:23:31 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-07 07:23:31 +0000
commit436693a702e14e0438fd6af024297b9b997a71ab (patch)
tree9947cdace9ed26a637ae1f75cdc5617adeb62d27 /include
parent9685e2fb7a7cae5cfa812ccbba53f9c37fda1433 (diff)
Merge Moc's announcement patch (bug #3219)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4705 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-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 207ba83da..f8f9d37dd 100755
--- a/include/asterisk/app.h
+++ b/include/asterisk/app.h
@@ -93,6 +93,9 @@ int ast_seperate_app_args(char *buf, char delim, char **array, int arraylen);
//! 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