Displaying 3 results from an estimated 3 matches for "sildet".
Did you mean:
dsildet
2014 Jul 31
0
AGI Record File / what does randomerror mean? res_agi.c / line 2377
...argv[3], NULL, O_CREAT
| O_WRONLY | (sample_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 anybo...
2006 Jun 04
1
Help with compilation of app_conference in x86_64
...nce]# make
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/sources/asterisk02/asterisk-1.2.8/include -D_REENTRANT
-D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops
-fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -march=k8
-fPIC -DAPP_CONFERENCE_DEBUG -Ilibspeex -DSILDET=2 -c -o
app_conference.o app_conference.c
gcc -pipe -Wall -Wmissing-prototypes -Wmissing-declarations -g
-I/root/sources/asterisk02/asterisk-1.2.8/include -D_REENTRANT
-D_GNU_SOURCE -O3 -ffast-math -funroll-all-loops
-fprefetch-loop-arrays -fsingle-precision-constant -DCRYPTO -march=k8
-fPIC -D...
2006 Jun 04
1
Compiling VD_app_conference for x86_64
Do anybody could compile app_conference on x86_64??? I tryied with two
versions of app_conference and got the same problem on compiling:
relocation R_X86_64_32 against `a local symbol' can not be used when
making a shared recompile with -fPIC
app_conference.o: could not read symbols: Bad value"
ENVIRONMENT: