Index: app.h =================================================================== --- app.h (revision 49865) +++ app.h (working copy) @@ -97,6 +97,7 @@ * execution of your code. */ int ast_app_getdata(struct ast_channel *c, const char *prompt, char *s, int maxlen, int timeout); +int ast_app_getdata_better(struct ast_channel *c, char *prompt, char *s, int maxlen, int timeout); /*! \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);