Installing on Trixbox 2.8
Hi All,
This project looks like it's just what I need. However, I am having trouble installing it.
I am following the install manual, downloaded the latest version from sourceforge
I thought I managed to install all the perl modules and deps correctly, however, when I run make resolve_perl_dep I get this error make: *** [resolve_perl_dep] Error 255
Running make install_asterisk therefore doesn't work (I think this is related to the previous step failing)
So does anyone know how to install on trixbox 2.8? Can anyone give me some pointers (really just need a hand with installing all the perl stuff, because I don't really understand perl). I should be OK with the rest of the install, just can't get to the make install_asterisk bit
(PS, do I need to remove the test database in MySQL? I did read that somewhere, but didn't see it in the manual?).
Thanks
Steve

Ok, might have figured that out, but issues with instructions
Ok, figured this out (I think), needed to issue a make install (not just a make),
I am currently shifting between 3 versions of the instructions, I used these ones to help me with the perl http://astpp.org/?q=node/268 (even though mainly for freeswitch) I then am currently using these instructions http://astpp.org/?q=node/147 I also looked at the instructions that come with the download in the documentation directory (however, they seem to be totally wrong).
Anyway, I am now at stages 7, 8, 9, (10 I think I can do with a crontab - but I am hoping to do this last if I can atleast get a website for astpp running)
So, can anyone give me instructions how to do the following please? -------
7. Change your default password in /var/lib/astpp/astpp-enh-config.conf. If yoyu do not see the "auth" line in this file or the version you're using has deprecated this file then the following sql command will update your password. "UPDATE system SET value = "password" WHERE name = "auth""
- If I change the password here, what effect does this have, ie what uses it (surely I have to change something else to match this new password???
8. Copy the appropriate code into your dialplan. Sample dialplans are found in samples/sample.astpp-dialplan.conf
- How do I do this?
9. You will need to add the appropriate permissions to /etc/asterisk/manager.conf to allow the realtime rating engine to run.
- What is an appropriate permission, what does it look like, pls an example
10 - I can do, I'll just use crontab, but I'll do this last if possible, if I atleast get a webpage for astpp up and running.
11. Add fields to the asterisk cdr database. Sample SQL : (given sample is 1. ALTER TABLE cdr ADD COLUMN cost varchar(20) NOT NULL default none and 2. ALTER TABLE cdr ADD COLUMN vendor varchar(20) NOT NULL default none )
- What is the command line to do this, I assume first need to enter mysql astpp -u xxx -p; (put in password, then issue these commands???)
I haven't got to the rest of the config yet, however, it looks like (asort of the above steps), I should be able to access the webpage for astpp on my server, however, when I go here http://my server/cgi-bin/astpp-admin/astpp-admin.cgi I get (500 internal server error) Would that be what I would expect to get after getting to stage 6 or is there something else wrong?
Thanks in advance,
Steve Morton
Update
Steve, did you get this working? If not, please jump on the irc channel.