Displaying 2 results from an estimated 2 matches for "audiofd".
Did you mean:
audio_fd
2005 Jun 27
3
AGI "say number" but in french
...g that I have 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...
2007 Dec 04
0
Queue App - crash (1.4.15)
...fds=0,
exception=0x0, outfd=0x0, ms=0xb71958a8)
at channel.c:1982
#2 0x080827df in ast_waitfor (c=0x820b1a0, ms=1000) at channel.c:2051
#3 0x0809c9a4 in waitstream_core (c=0x820b1a0, breakon=0xb742e930 "",
forward=0x8120cad "", rewind=0x8120cad "",
skip_ms=0, audiofd=-1, cmdfd=-1, context=0x0) at file.c:1093
#4 0x0809b972 in ast_waitstream (c=0xfffffffc, breakon=0xfffffffc <Address
0xfffffffc out of bounds>) at file.c:1191
#5 0xb742e71f in playback_exec (chan=0x820b1a0, data=0xb7197ad4) at
app_playback.c:434
#6 0x080c638d in pbx_extension_helper (c=0x8...