X100P card help!

I have a clone x100p card i got off ebay.

I have installed asterisk@home, compiled my zaptel drivers, i have even got my sip phone to connect to the asterisk server, but for whatever reason i cant recieve phone calls or make outbound calls, I dont get any “failed” at startup, or any errors, the only thing i could possibly think is wrong is one of two things.

  1. At startup it says my modprobe is wcfxo ztdummy.
  2. i have a bad card.

the good news is i have 4 of these cards so i can replace it if its bad.

please help.

By the way i installed asterisk from the asterisk@home 0.9 iso from sourceforge, I did my yum updates, which gives me

“CentOS 3.4 (final) on an i686.”

and my kernel is

Linux version 2.4.21-27.0.4.EL (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42))

I was having the same issue. I found this is the Asterisk@home forums on Sourceforge

sourceforge.net/forum/message.php?msg_id=3101395

I made the change and restarted Asterisk and all was well.

Todd.

After 3 days of messing with this, that was the answer your awsome.

Thank you so much!!!.

outbound calls work now, i need to get inbound calls working but i think i just need to setup my secretary.

you rock!!!

Just to make it easier for n00bs like me in the future heres what needs to happen.

you need to edit your zapata.conf file, so it excepts your digium clone card.

at root type

then type

scroll down to the bottom of the text on your screen and hit

“vi is a text editor” “i is the command to insert text”

hit enter after #include zapata_additional.conf and type #include zapata-channels.conf

when your done it should look like this

#include zapata_additional.conf
#include zapata-channels.conf

after that you want to exit insert mode so hit the escape key.
then type

to save and quit. If you make a mistake dont worry here is the command to quit without saving

that will exit and you can start again.