Displaying 2 results from an estimated 2 matches for "ast_dsp_free".
2014 Jul 31
0
AGI Record File / what does randomerror mean? res_agi.c / line 2377
...offset ? O_APPEND : 0), 0, AST_FILE_MODE);
2380 if (!fs) {
2381 res = -1;
2382 ast_agi_send(agi->fd, chan, "200 result=%d
(writefile)\n", res);
2383 if (sildet)
2384 ast_dsp_free(sildet);
2385 return RESULT_FAILURE;
2386 }
In line 2377 I find "randomerror". And in fact I get this "error"
sometimes in my AGI-Scripts but can not reproduce them by my own.
Can anybody tell me please, when this message will be fired?...
2003 Feb 27
3
Intercom and Paging
What models?
Jeff Noxon (jeff-asterisk at planetfall.com) wrote*:
>
>I just purchased a bunch of Nortel Meridian POTS phones that support
>intercom on the 3rd pair. I intend to get it working with Asterisk.
>The phones support MWI, have a 3-line display, callerID, call waiting
>callerID, 2 lines...very nice.
>
>On Thu, Feb 27, 2003 at 01:07:19AM -1000, James H. Thompson