I setup my asterisk server last night and install my FXO card. When my linux box boots I get error when trying to bring zaptel up. Error is “Loading zaptel framework: modprobe: Can’t locate module zaptel” . Not sure what that error message means. I’m just trying to get my asterisk server up and connected to my broadvoice VOIP service. Please help
I have a Digium Wildcard X100P. I installed asterisk from the iso file i downloaded off sourceforge, it formated my drive and installed asterisk.
I was able to setup asterisk and get my sip phone on my laptop connected to it, however i cannot call out, and when i call my phone number it just keeps ringing, i think that maybe the drivers arent installed for the card. when i get home tonight ill post more info like what kernel i have, to be honest im not very good with linux, this is my first real project using it so any help is greatley appreciated. thanx
I tried doing a zapconfigtel (forgive me im at work and cant remember the exact command) and it told me i could not do this while asterisk was running i put a -s after the command like it suggested and it looked like it just shutdown and restarted asterisk.
I bought the card off ebay and in the ebay auction it had this info.
[quote]Just insert the card into the Linux Machine and proceed with the following commands,
modprobe zaptel
modprobe wcfxo (Our card works with asterisk wcfxo driver)
ztcfg[/quote]
i ran that, and the machine looked like it excepted the commands, but gave me no response.
Sorry I little bit newb to asterisk and just trying to get to work with Broadvoice phone service. My setup is old 266 p2 machine with FX0 modem card in it from e-bay. I running asterisk@home with AMP webinterface. I setup trunk for BV with my account info and setup to route and I get nothing. No dial tone and I can’t access by hitting *7 the asterisk box.
im also new to linux, the version of linux used by that asterisk iso, is centos, i believe, which is a clone of redhat, i also have Linux version 2.4.21-27.0.2.EL (centos@centos-athlon) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42)), we might have to update our kernel from redhats site. before compiling the zaptel drivers.
Re-Compile the Zaptel Driver
[root@asterisk1 root]# cd /
[root@asterisk1 /]# cd /usr/src/zaptel
[root@asterisk1 zaptel]# make clean
[root@asterisk1 zaptel]# make install
[root@asterisk1 zaptel]# shutdown -r now
you dont need to download anything extra, this should all come on the cd and be installed from the asterisk 0.9 iso.
as for what zmanea said, we are using
“CentOS release 3.4 (final)
Kernel 2.4.21-27.0.4.EL on an I686”
this is after running the yum update.
i havent yet tried what he said. i will probably cause im still having a problem.
Even after installing my digium card. and compiling my zaptel drivers. my card is still not accepting inbound calls, when i try to check my logs by going to
to see if my card was accepted by centOS and installed i get the error.
when i call my phone number, it just rings and rings, also i cannot make outgoing phone calls, so the card is acting the same way, any ideas?
do i need to recompile my kernel after compiling zaptel?
ok so I recompile Zaptel. I will test again tonight when I get home. Is there anyway I can test it remotely see if it will work? I can ssh into that box. So if I’m running asterisk and have Digium Wildcard X100P card and I setup in AMP (gui website config) and I add truck for Broadvoice and setup route for it . It should work right?