Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: groyk on August 31, 2010, 11:00:22 AM

Title: Can't install FreePBX
Post by: groyk on August 31, 2010, 11:00:22 AM
Hi there

I have tried to install FreePBX from the wiki. (http://wiki.contribs.org/FreePBX)

But when I run

Code: [Select]
signal-event freepbx-update
I get following message

Code: [Select]
Can't open directory /etc/e-smith/events/freepbx-update
I expect that something is missing, since it is not working!!

Further when I run

Code: [Select]
yum --enablerepo=smecontribs install smeserver-freepbx dahdi-linux-kmdl-$(uname -r)
I get following message

Code: [Select]
Error: Missing Dependency: dahdi-linux-kmdl-2.3.0-68.el4 is needed by package da                                               hdi-linux

Please help

Title: Re: Can't install FreePBX
Post by: groyk on August 31, 2010, 11:51:49 AM
Now it works.  :-P
Title: Re: Can't install FreePBX
Post by: guest22 on August 31, 2010, 05:00:42 PM
Maybe you you want to share why it works now?
Title: Re: Can't install FreePBX
Post by: groyk on August 31, 2010, 08:14:10 PM
I would like too, but I am not sure what was wrong

The 2. time I ran following command I got it working :-)

Code: [Select]
db yum_repositories set fws repository \
BaseURL http://repo.firewall-services.com/sme/ \
EnableGroups no GPGCheck no \
Visible yes status disabled
signal-event yum-modify

And then

Code: [Select]
yum --enablerepo=smecontribs --enablerepo=fws install smeserver-freepbx dahdi-linux-kmdl-$(uname -r)