Index: include/asterisk/say.h =================================================================== RCS file: /usr/cvsroot/asterisk/include/asterisk/say.h,v retrieving revision 1.7 diff -u -r1.7 say.h --- include/asterisk/say.h 13 Sep 2003 20:51:48 -0000 1.7 +++ include/asterisk/say.h 18 Apr 2004 08:57:42 -0000 @@ -29,10 +29,12 @@ * \param num number to say on the channel * \param ints which dtmf to interrupt on * \param lang language to speak the number + * \param audiofd ??? + * \param ctrlfd ??? * Vocally says a number on a given channel * Returns 0 on success, DTMF digit on interrupt, -1 on failure */ -int ast_say_number(struct ast_channel *chan, int num, char *ints, char *lang); +int ast_say_number_full(struct ast_channel *chan, int num, char *ints, char *language, int audiofd, int ctrlfd); /* Same as above with audiofd for received audio and returns 1 on ctrlfd being readable */ int ast_say_number_full(struct ast_channel *chan, int num, char *ints, char *lang, int audiofd, int ctrlfd);