search for: ast_say_number_full_es

Displaying 1 result from an estimated 1 matches for "ast_say_number_full_es".

Did you mean: ast_say_number_full_en
2005 Jun 27
3
AGI "say number" but in french
...p(language, "de") ) { /* German syntax */ return(ast_say_number_full_de(chan, num, ints, language, options, audiofd, ctrlfd)); } else if (!strcasecmp(language, "es") || !strcasecmp(language, "mx")) { /* Spanish syntax */ return(ast_say_number_full_es(chan, num, ints, language, options, audiofd, ctrlfd)); } else if (!strcasecmp(language, "fr") ) { /* French syntax */ and then further on there is logic for french numbers. does anyone know the syntax as looking on the code / google / wiki gives me no ideas. Thanks David