Koozali.org: home of the SME Server

smeserver-freepbx

Offline Bud

  • *
  • 487
  • +0/-0
Re: smeserver-freepbx
« Reply #30 on: April 18, 2009, 07:13:16 PM »
jmbac thanks for the quick reply

ok captain i typed in

Code: [Select]
rpm -qa | grep dahdi
i got back

warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
dahdi-tools-2.1.0.2-59el14
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
dahdi-linux-kmdl-2.6.9-78.0.13.EL-2.1.0.4-60.el4
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
dahdi-linux-2.1.0.4-60.el4


well that's it. now what?  :smile:

thanks again


Offline jmbac

  • *
  • 35
  • +0/-0
Re: smeserver-freepbx
« Reply #31 on: April 19, 2009, 07:52:08 PM »
As you indicated installed dahdi module "dahdi-linux-kmdl-2.6.9-78.0.13.EL" is not compatible with installed kernel "2.6.9-78.0.8.Elsmp"   ..

 You need to install the right dahdi module which is compatible with installed kernel..

Code: [Select]
yum --enablerepo=smecontribs install dahdi-tools dahdi-linux dahdi-linux-kmdl-$(uname -r)
more info http://wiki.contribs.org/FreePBX




« Last Edit: April 19, 2009, 10:37:29 PM by jmbac »

Offline Bud

  • *
  • 487
  • +0/-0
Re: smeserver-freepbx
« Reply #32 on: April 20, 2009, 06:32:55 AM »
jmbac thanks for your help

yes i have issued the command during my installation and after the installation
Code: [Select]
yum --enablerepo=smecontribs install dahdi-tools dahdi-linux dahdi-linux-kmdl-$(uname -r)

my problem seems to be that it returns an argument

Code: [Select]
No Match for argument: dahdi-linux-kmdl-2.6.9-78.0.8.Elsmp
Nothing to do

where do i get the right dahdi tool rpm(s) to install?
« Last Edit: April 22, 2009, 09:59:50 AM by Bud »

Offline David Harper

  • *
  • 653
  • +0/-0
  • Watch this space
    • Workgroup Technology Solutions
Re: smeserver-freepbx
« Reply #33 on: April 20, 2009, 07:15:21 AM »
Run yum update to get the latest kernel and then you should be fine.

Offline Bud

  • *
  • 487
  • +0/-0
Re: smeserver-freepbx
« Reply #34 on: April 20, 2009, 07:23:48 PM »
thanks for the info David

as you said i did a

Code: [Select]
yum update
then

Code: [Select]
yum --enablerepo=smecontribs install dahdi-tools dahdi-linux dahdi-linux-kmdl-$(uname -r)
then

Code: [Select]
signal-event post-upgrade; signal-event reboot
that sorted out all the hardware driver problems for the TDM410P. asterisk/freepbx is working and recognises the Digium TDM410P Card.

thanks again for all the help guys

much appreciated  :smile:
« Last Edit: April 21, 2009, 06:20:16 AM by Bud »

Offline Bud

  • *
  • 487
  • +0/-0
Re: smeserver-freepbx
« Reply #35 on: April 21, 2009, 01:44:33 PM »
ok now to setup this animal

currently on my FreePBX Admin Menu i have two notices

1. There are 9 modules available for online upgrades
2. 53 New modules are available

how do i upgrade and install the new modules?  :P

Offline jmbac

  • *
  • 35
  • +0/-0
« Last Edit: April 21, 2009, 04:08:24 PM by jmbac »

Offline Bud

  • *
  • 487
  • +0/-0
Re: smeserver-freepbx
« Reply #37 on: April 22, 2009, 05:46:38 AM »
jmbac thanks for the help

for those that need to know the easy way to installing and upgrading modules in freepbx just do the following

login to your sme freepbx server admin module - https://yoursmeserver/freepbx/admin

Click on the Tools tab, then Module Admin, then on the Module Administration page click on Check for updates online. You can click on "Upgrade all" at the bottom of the page to get all the upgrades, then click on any uninstalled modules that you want to install, then click on Process when you are finished. Don't forget to click the orange bar when you are all through. Oh, and if you ever find and install a module to upgrade to a new version of FreePBX, be sure to read the instructions it will show you and follow them exactly.

hope this helps  :smile:

thanks again for all the help guys


« Last Edit: April 22, 2009, 09:58:18 AM by Bud »

Offline Bud

  • *
  • 487
  • +0/-0
Re: smeserver-freepbx
« Reply #38 on: April 23, 2009, 06:44:19 PM »
jmbac just a question

my softphones "xlite" seem to be able to connect to the freepbx server and the extensions are recognised. however i do not seem to be able to make an outside call through the tdm410p pci card. it does have on fxo board on it. no fxs

do i need to configure the dahdi config file? how would i know that asterisk/freepbx does see the tdm410p. when my sme 7.4 server boots up it does load the dahdi files

any ideas  :smile:

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: smeserver-freepbx
« Reply #39 on: April 24, 2009, 05:19:34 PM »
You have to configure your TDM card before using it. You should have a look at FreePBX documentation, I think there's some hints.

Basically, you'll have to configure your channels, this can be done with the command:
Code: [Select]
dahdi_genconf

Now, replace the context for trunks as dahdi__genconf put trunks channel in context from-pstn and FreePBX expect them in from-zaptel:

Code: [Select]
sed -i -e "s/from-pstn/from-zaptel/g" /etc/asterisk/dahdi-channels.conf
Now you need to configure your global chan_dahdi configuration: edit the file /etc/asterisk/chan_dahdi.conf and adapt it to your need, also, don't forget to include your dahdi channels configuration here (there should be a line like #include dahdi-channels.conf)

Then, you should comment each uneeded dahdi driver, for this, edit the file (it's not templatized) /etc/dahdi/modules and comment the driver you don't need.
Code: [Select]
Then /etc/init.d/dahdi restart

Now go in FreePBX interface and create a new trunk (type 'Zap'). The important part here is to enter the corresponding channel number. Then apply your change and test
C'est la fin du monde !!! :lol:

Offline Bud

  • *
  • 487
  • +0/-0
Re: smeserver-freepbx
« Reply #40 on: April 28, 2009, 08:18:07 AM »
VIP-ire thanks for your input

i see on my tdm410p controller card that there is a green light active on port 0. is this an indication that the card is recognised and functional on my sme 7.4 server with freepbx?

i am using X-Lite as a softphone for my users. what ports do i need to port forward for my users outside of the office to contact my users inside my network?

thanks again for all the help  :smile:

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: smeserver-freepbx
« Reply #41 on: April 28, 2009, 11:41:27 AM »
The green light just means the correct DAHDI driver is loaded (for the TDM410P, the driver is wctdm24xxp).
It doesn't means it's correctly configured for asterisk
« Last Edit: April 28, 2009, 01:33:29 PM by VIP-ire »
C'est la fin du monde !!! :lol:

Offline nefkho

  • ****
  • 183
  • +0/-0
    • http://www.cagothonglines.com
Re: smeserver-freepbx
« Reply #42 on: November 04, 2009, 01:37:12 AM »
hi, can i install FreePBx on SME 7.4 with server mode only?

and how?

thanks,
Nef Kho  :-) .........

Offline Daniel B.

  • *
  • 1,699
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: smeserver-freepbx
« Reply #43 on: November 04, 2009, 08:27:14 AM »
Yes, it can work in server only mode. Just follow the wiki instruction: http://wiki.contribs.org/FreePBX

Regards, Daniel
C'est la fin du monde !!! :lol:

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: smeserver-freepbx
« Reply #44 on: November 05, 2009, 01:40:39 AM »
thanks for the info David

as you said i did a

Code: [Select]
yum update
then

Code: [Select]
yum --enablerepo=smecontribs install dahdi-tools dahdi-linux dahdi-linux-kmdl-$(uname -r)
then

Code: [Select]
signal-event post-upgrade; signal-event reboot
that sorted out all the hardware driver problems for the TDM410P. asterisk/freepbx is working and recognises the Digium TDM410P Card.

thanks again for all the help guys

much appreciated  :smile:

This do not solve my problem:
Code: [Select]
[root@lobo ~]# rpm -ivh dah*
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
warning: only V3 signatures can be verified, skipping V4 signature
Preparing...                ########################################### [100%]
        package dahdi-linux-kmdl-2.6.9-78.0.22.EL-2.1.0.4-60.el4 is intended for a i686 architecture
[root@lobo ~]# uname -a
Linux lobo 2.6.9-78.0.22.EL #1 Thu Apr 30 19:06:46 EDT 2009 i686 i686 i386 GNU/Linux

I'm running on a Pentium III so it's a i686... why SME do not know it ?

FYI: I just moved my HDD from a epia (i586) motherboard.


Thanks
...