Displaying 1 result from an estimated 1 matches for "ctrlfd".
Did you mean:
ctlfd
2005 Jun 27
3
AGI "say number" but in french
...the French voice files]
I have looked in the code and about a 1/3 of the way thru there is :
/*--- ast_say_number_full: call language-specific functions */
/* Called from AGI */
int ast_say_number_full(struct ast_channel *chan, int num, char *ints,
char *language, char *options, 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(cha...