I have Fedora Core 15.
Asterisk 1.8.7.0 installed via yum and updated via yum.
Now I have to configure cdr to go to mysql server.
As I have read, I have to install asterisk-addons to have either odbc or direct mysql access from asterisk.
There is no package asterisk-addons to install via yum.
I have downloaded asterisk-addons-1.6.2.3.
Is it possible to compile asterisk-addons-1.6.2.3 on asterisk 1.8.7.0 server?
I have tried to compile.
The ./configure goes OK, but at the make process I have the following errors:
make[1]: Entering directory /usr/src/asterisk-addons-1.6.2.3/channels' [CC] chan_ooh323.c -> chan_ooh323.o In file included from chan_ooh323.c:18:0: chan_ooh323.h:53:26: fatal error: asterisk/rtp.h: No such file or directory compilation terminated. make[1]: *** [chan_ooh323.o] Error 1 make[1]: Leaving directory
/usr/src/asterisk-addons-1.6.2.3/channels’
make: *** [channels] Error 2
Please, help me to resolve the situation.