Displaying 1 result from an estimated 1 matches for "ast_say_number_full_d".
Did you mean:
ast_say_number_full_da
2005 Jun 27
3
AGI "say number" but in french
...s, int audiofd, int ctrlfd)
{
if (!strcasecmp(language,"en") ) { /* English syntax */
return(ast_say_number_full_en(chan, num, ints, language,
audiofd, ctrlfd));
} else if (!strcasecmp(language, "da") ) { /* Danish syntax */
return(ast_say_number_full_da(chan, num, ints, language,
options, audiofd, ctrlfd));
} else if (!strcasecmp(language, "de") ) { /* German syntax */
return(ast_say_number_full_de(chan, num, ints, language,
options, audiofd, ctrlfd));
} else if (!strcasecmp(language, "es") ||
!...