Koozali.org: home of the SME Server

Can't install FreePBX

Offline groyk

  • *
  • 138
  • +0/-0
Can't install FreePBX
« 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


Offline groyk

  • *
  • 138
  • +0/-0
Re: Can't install FreePBX
« Reply #1 on: August 31, 2010, 11:51:49 AM »
Now it works.  :-P

guest22

Re: Can't install FreePBX
« Reply #2 on: August 31, 2010, 05:00:42 PM »
Maybe you you want to share why it works now?

Offline groyk

  • *
  • 138
  • +0/-0
Re: Can't install FreePBX
« Reply #3 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)