I am new to PIAF but have been using Asterisk based PBX's for years now.
I installed 1.2 yesterday evening (05/01/08) to evaluate it and before I even configured anything I wanted to make sure I was running the latest software, so the first thing I did was 'yum update', then 'update-scripts', then 'update-source' and finally 'update fixes'.
The only password I set/changed besides for root was for webmin.
While configuring the system I ran into problems because I could not upload into the system recordings. I don't remember the exact error message from the web interface, but it was because the rights are wrong for /var/lib/asterisk/sounds/custom
I do not know what they should be but I fixed the error by running 'chmod -R 775 /var/lib/asterisk/sounds/custom' but I will be looking at another system later today to see what the rights should be.
After getting the system configured and working, the next problem I found was with the Call Detail Reports. They were empty.
I found that /etc/asterisk/cdr_mysql.conf was the problem. It seems to have been replaced by the 'update-source' with a "generic" file (nothing but commented out lines).
I put the following lines into cdr_mysql.conf
[global]
hostname=localhost
dbname=asteriskcdrdb
table=cdr
password=amp109
user=asteriskuser
And then for good measure I ran 'amportal restart'.
I don’t know of any other issues with a new/clean install of PIAF 1.2, but these will fix those that do exist.
RPM10K
I installed 1.2 yesterday evening (05/01/08) to evaluate it and before I even configured anything I wanted to make sure I was running the latest software, so the first thing I did was 'yum update', then 'update-scripts', then 'update-source' and finally 'update fixes'.
The only password I set/changed besides for root was for webmin.
While configuring the system I ran into problems because I could not upload into the system recordings. I don't remember the exact error message from the web interface, but it was because the rights are wrong for /var/lib/asterisk/sounds/custom
I do not know what they should be but I fixed the error by running 'chmod -R 775 /var/lib/asterisk/sounds/custom' but I will be looking at another system later today to see what the rights should be.
After getting the system configured and working, the next problem I found was with the Call Detail Reports. They were empty.
I found that /etc/asterisk/cdr_mysql.conf was the problem. It seems to have been replaced by the 'update-source' with a "generic" file (nothing but commented out lines).
I put the following lines into cdr_mysql.conf
[global]
hostname=localhost
dbname=asteriskcdrdb
table=cdr
password=amp109
user=asteriskuser
And then for good measure I ran 'amportal restart'.
I don’t know of any other issues with a new/clean install of PIAF 1.2, but these will fix those that do exist.
RPM10K
but update-source loads new Asterisk code and, in the past, they've made a career out of screwing up permissions. We'll take a look at the CDR issue. It was fixed back in December, but it may have fallen through the cracks in the latest release. Thanks for the report!!
Grrrrrrr