From ea132fd13c83ef62851e74a5afa441960a0cca30 Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 29 Apr 2004 02:30:14 +0000 Subject: Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2809 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/say.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/asterisk/say.h') diff --git a/include/asterisk/say.h b/include/asterisk/say.h index c1bfdeac3..019d7cc76 100755 --- a/include/asterisk/say.h +++ b/include/asterisk/say.h @@ -29,10 +29,11 @@ extern "C" { * \param num number to say on the channel * \param ints which dtmf to interrupt on * \param lang language to speak the number + * \param options set to 'f' for female, 'm' for masculine (used in portuguese) * 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(struct ast_channel *chan, int num, char *ints, char *lang, char *options); /* 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); -- cgit v1.2.3