Asterisk 1.6 is not run. When Asterisk is run, not load chan_sip.so
I have placed it in tracker (
http://svn.linuxmce.org/trac.cgi/ticket/963)
Decision:
Do installation:
wget -c deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz
tar xvf new-installer-latest.tar.gz
cd new-installer
./pre-install-from-repo.sh
./mce-install.sh
After that we do:
vi /etc/asterisk/modules.conf
Add in section [modules]
noload => app_voicemail_imap.so
noload => app_voicemail_odbc.so :wq
cp /etc/asterisk/sip.conf /etc/asterisk/sip_general_custom.conf
> /etc/asterisk/sip_general_custom.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_nat.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_registrations_custom.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_general_additional.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_custom.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_registrations.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_additional.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_notify.conf
cp /etc/asterisk/sip_general_custom.conf /etc/asterisk/sip_registration.conf
chown asterisk:asterisk /etc/asterisk/*
rm /usr/share/asterisk/agi-bin/ -R
ln -s /var/lib/asterisk/agi-bin/ /usr/share/asterisk/
vi /var/lib/asterisk/bin/freepbx_engine
Change string:
/usr/sbin/asterisk -rx "stop gracefully"
On:
/usr/sbin/asterisk -rx "core stop gracefully"
vi /usr/sbin/safe_asterisk
Change:
BACKGROUND=0
On:
BACKGROUND=1
./post-install.sh
reboot
After that asterisk and sip is work. But have problem with communications with Orbiter. I can call, but whet softphone is ring, I am not see that in Orbiner, only listen. Not see Active call.
I think, problem with change API command in Asterisk 1.6 (need begin with "core" (core show channels, and any)).