Calls Log Doesn't Work on FreePBX 2.5.1

Need Help,
Any want know why calls log doesn’t work on FreePBX 2.5.1?

Regards,
festivi

Install asterisk-addons

Dear Mikael,
Tahnks for your suggest last week…
By the way, i’m using asterisk 1.5…which addon (version) i choose to install on my asterisk?
Cause i’ve tried many addons version but no one succesful…

P.S : if you don’t mind, please tell me step for addons istallation.

Below the screen appears when install the addon

[root@localhost ~]# cd asterisk-addons-1.4.1
[root@localhost asterisk-addons-1.4.1]# ./configure
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking target system type… i686-pc-linux-gnu
checking for uname… /bin/uname
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking for a BSD-compatible install… /usr/bin/install -c
checking whether ln -s works… yes
checking for GNU make… make
checking for grep… /bin/grep
checking for basename… /bin/basename
checking for dirname… /usr/bin/dirname
checking for sh… /bin/sh
checking for ln… /bin/ln
checking how to run the C preprocessor… gcc -E
checking for grep that handles long lines and -e… (cached) /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for initscr in -lcurses… no
checking for initscr in -lncurses… no
checking for mysql_config… /usr/bin/mysql_config
checking for mysql_init in -lmysqlclient… no
configure: creating ./config.status
config.status: creating build_tools/menuselect-deps
config.status: creating makeopts

           .$$$$$$$$$$$$$$$=..
        .$7$7..          .7$$7:.
      .$$:.                 ,$7.7
    .$7.     7$$$$           .$$77
 ..$$.       $$$$$            .$$$7
..7$   .?.   $$$$$   .?.       7$$$.

$.$. .$$$7. $$$$7 .7$$$. .$$$.
.777. .$$$$$$77$$$77$$$$$7. $$$,
$$$~ .7$$$$$$$$$$$$$7. .$$$.
.$$7 .7$$$$$$$7: ?$$$.
$$$ ?7$$$$$$$$$$I .$$$7
$$$ .7$$$$$$$$$$$$$$$$ :$$$.
$$$ $$$$$$7$$$$$$$$$$$$ .$$$.
$$$ $$$ 7$$$7 .$$$ .$$$.
$$$$ $$$$7 .$$$.
7$$$7 7$$$$ 7$$$
$$$$$ $$$
$$$$7. $$ ™
$$$$$$$. .7$$$$$$ $$
$$$$$$$$$$$$7$$$$$$$$$.$$$$$$
$$$$$$$$$$$$$$$$.

configure: Package configured for:
configure: OS type : Linux
configure: Host CPU : i686
[root@localhost asterisk-addons-1.4.1]# make clean
rm -f *.so *.o .depend
make[1]: Entering directory /root/asterisk-addons-1.4.1/format_mp3' rm -f *.o *.so *~ make[1]: Leaving directory/root/asterisk-addons-1.4.1/format_mp3’
make[1]: Entering directory /root/asterisk-addons-1.4.1/menuselect' rm -f menuselect gmenuselect *.o make[2]: Entering directory/root/asterisk-addons-1.4.1/menuselect/mxml’
/bin/rm -f mxmldoc.o testmxml.o mxml-attr.o mxml-entity.o mxml-file.o mxml-index.o mxml-node.o mxml-search.o mxml-set.o mxml-private.o mxml-string.o libmxml.a mxmldoc doc/mxml.3 doc/mxmldoc.1 testmxml mxml.xml
/bin/rm -f mxmldoc-static libmxml.a
/bin/rm -f *.bck .bak
/bin/rm -f config.cache config.log config.status config.h
/bin/rm -f -r autom4te
.cache
make[2]: Leaving directory /root/asterisk-addons-1.4.1/menuselect/mxml' make[1]: Leaving directory/root/asterisk-addons-1.4.1/menuselect’
[root@localhost asterisk-addons-1.4.1]# make install
make[1]: Entering directory /root/asterisk-addons-1.4.1/menuselect' make[2]: Entering directory/root/asterisk-addons-1.4.1/menuselect’
make[3]: Entering directory /root/asterisk-addons-1.4.1/menuselect/mxml' autoconf autoconf: no input file make[3]: *** [config.h] Error 1 make[3]: Leaving directory/root/asterisk-addons-1.4.1/menuselect/mxml’
make[2]: *** [mxml/libmxml.a] Error 2
make[2]: Leaving directory /root/asterisk-addons-1.4.1/menuselect' make[1]: *** [all] Error 2 make[1]: Leaving directory/root/asterisk-addons-1.4.1/menuselect’
make: *** [menuselect/menuselect] Error 2

Regards,
festivi

cd asterisk-addons-1.4.1
./configure
make
make install

In that order, then amportal stop followed by amportal start

Dear Mikael…
Thank’s for your suggest…
I wanna ask about calls log again, after i follow your suggest above…what time i must waiting until calls log could see or create and show on the web gui…?

Regards,
festivi

Your setup, is it from a distro like AsteriskNow or trixbox? Or is it a setup that you did your self?

There are a lot of things that needs to be setup to make cdr working.
I recommend reading this: http://www.voip-info.org/wiki/view/Asterisk+cdr+mysql
and this: http://www.voip-info.org/wiki/view/Asterisk+config+cdr_mysql.conf

Dear Mikael,
My setup is using distro AsteriskNow with CentOS on Operating System…

Regards,
festivi