search for: randomerror

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

Did you mean: random_error
2014 Jul 31
0
AGI Record File / what does randomerror mean? res_agi.c / line 2377
...[7], '='))) 2372 res = ast_streamfile(chan, "beep", ast_channel_language(chan)); 2373 2374 if (!res) 2375 res = ast_waitstream(chan, argv[4]); 2376 if (res) { 2377 ast_agi_send(agi->fd, chan, "200 result=%d (randomerror) endpos=%ld\n", res, sample_offset); 2378 } else { 2379 fs = ast_writefile(argv[2], argv[3], NULL, O_CREAT | O_WRONLY | (sample_offset ? O_APPEND : 0), 0, AST_FILE_MODE); 2380 if (!fs) { 2381 res = -1; 2382...