After having some troubles with the asterisk, where i thought, i have something missconfigured, i started over, and made a clean 810 install. Here are the steps and the point where i am stucked:
The hardware setup is quite easy: internet through router, which is connected to the core (single NIC):
set router to dhcp
install 8.10
installed all updates through kde
installed language pack through kde
installed nvidia latest driver 98
reboot
open terminal from within kde
sudo su
aptitude update
aptitude dist-upgrade
wget -c
http://deb.linuxmce.org/ubuntu/new-installer-alpha-latest.tar.gztar xvf new-installer-alpha-latest.tar.gz
cd new-installer
./pre-install-from-repo.sh
./mce-install.sh
./post-install.sh
reboot
AVWizard came up
Setup Wizard came up
while setup wizard downloaded files, changed to kde
open dcerouter/admin in webbrowser
changed to advanced/network/network settings
ticked enable dhcp server, inputed 192.168.80.2 - 192.168.80.100
ticked provide ip adresses fopr anonymous, inputed 192.168.80.101 - 192.168.80.253
Ticked use static ip adress under External network card eth0
inputed 192.168.1.4
255.255.255.0
gateway 192.168.1.1
nameserver 192.168.1.1
updated
closed browser
changed to setup wizard again, waited for reboot
after lmce came up, opened admin web on different windows pc
first task was to setup Asterisk
followed
http://wiki.linuxmce.org/index.php/Sipgate.co.ukAfter setting up the phone lines and the phone through advanced/devices/phone lines
i ticked the orange bar and it throew an error. Something to do with permissions. from previous installations i knew that i had to chmod the following files:
linuxmce@dcerouter:~$ sudo su
[sudo] password for linuxmce:
dcerouter_114164:/home/linuxmce# cd /etc/asterisk
dcerouter_114164:/etc/asterisk# chmod 0777 sip_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 extensions_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 meetme_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 sip_registrations.conf
dcerouter_114164:/etc/asterisk# chmod 0777 iax_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 iax_registrations.conf
dcerouter_114164:/etc/asterisk# chmod 0777 zapata_additional.conf
dcerouter_114164:/etc/asterisk# chmod 0777 queues_additional.conf
After that the settings where saved and a reload was done WITHOUT any errors. (the only errors whrere the known ones, but even they exist, the asterisk normally works fine - could not reload FOB Server and Mysql Password)
if i looked under /wizard/devices/phone lines, it says sip account registered.
after the next reboot i went back to asterisk advanced configuration
the status was
retrieve_conf failed, config not applied
Reload failed because retrieve_conf encountered an error: 1
Asterisk Manager Connection Failure
Failed to connect to the Asterisk manager through port: 5038
Could not reload FOP server
Could not reload the FOP operator panel server using the bounce_op.sh script. Configuration changes may not be reflected in the panel display.
symlink from modules failed
retrieve_conf failed to sym link the /etc/asterisk/sip.conf file from modules
Failed to copy from module agi-bin
Retrieve conf failed to copy file(s) from a module's agi-bin dir: copy(/usr/share/asterisk/agi-bin/list-item-remove.php): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/dialparties.agi): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/recordingcheck): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/checksound.agi): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/directory): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/fixlocalprefix): failed to open stream: Permission denied
copy(/usr/share/asterisk/agi-bin/enumlookup.agi): failed to open stream: Permission denied
Default SQL Password Used
You are using the default SQL password that is widely known, you should set a secure password
No email address for online update checks
You are automatically checking for online updates nightly but you have no email address setup to send the results. This can be set on the General Tab. They will continue to show up here.
So does anybody know how to solve it?!
BTW, it already run one time, on a different install.....But now i haven't installed or mixed up anything, just do it step by step.
Thanks