Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: del on February 08, 2009, 10:56:09 PM

Title: Need help installing Asterisk 1.4
Post by: del on February 08, 2009, 10:56:09 PM
Hi All,

When I do:
Quote
yum install zaptel --enablerepo=atrpms
yum install libpri  --enablerepo=atrpms
yum install asterisk --enablerepo=atrpms
yum install zaptel-kmdl-`uname -r` --enablerepo=atrpms
yum install asterisk-addons  --enablerepo=atrpms
I get:
Quote
error getting repository for atrpm repository not found

Can I just download the rpms a nd instal locally? Any help appreciated.

Del
Title: Re: Need help installing Asterisk 1.4
Post by: SARK devs on February 08, 2009, 11:23:38 PM
you have to install sail first.  Sail will create the repo entries for you in yum.conf.

Best

S
Title: Re: Need help installing Asterisk 1.4
Post by: del on February 09, 2009, 01:18:53 AM
Hi Selintra,

SAIL is installed :sad:

Del
Title: Re: Need help installing Asterisk 1.4
Post by: SARK devs on February 09, 2009, 08:40:31 AM
then you'll need to manually install the atrpms entry in etc/yum.conf -

[atrpms]
enabled=0
#name=Fedora Core - ATrpms
baseurl=http://dl.atrpms.net/el4-i386/atrpms/stable
gpgkey=http://ATrpms.net/RPM-GPG-KEY.atrpms
gpgcheck=1


S
Title: Re: Need help installing Asterisk 1.4
Post by: del on February 11, 2009, 03:17:29 AM
Hi Selintra,

I have done that and everything seems to be working now, except the PBX doesn't start automatically when I reboot the server. It starts OK if I go to server manager and click on the start button on the globals page  :???: Any ideas?

Thanks.
Del
Title: Re: Need help installing Asterisk 1.4
Post by: Teviot on February 11, 2009, 05:34:29 AM
del

Have a look at http://forums.contribs.org/index.php/topic,43255.0.html (http://forums.contribs.org/index.php/topic,43255.0.html)

That might have the answer you are looking for
Title: Re: Need help installing Asterisk 1.4
Post by: del on February 11, 2009, 01:47:32 PM
I did see that post but non of those commands do anything when I try to run them  :???:
Del