Greetings,
I've recently upgraded to asterisk 1.2.10 and freepbx 2.1.1. Ever since
I installed the new version, I can't get asterisk to recognize my FXO
card. It worked just fine with asterisk 1.0.
All my SIP and IAX2 extensions and IAX2 trunks work just fine.
I've installed the latest zaptel 1.2.7 modules as well, and they are
loading just fine.
-bash-3.00# lsmod |grep wcfxo
wcfxo 11552 0
zaptel 186628 3 wcfxo
-bash-3.00# cat /proc/zaptel/1
Span 1: WCFXO/0 "Generic Clone Board 1"
1 WCFXO/0/0 FXSKS
Freepbx stores all the configurations inside a MySQL database (or so I'm
lead to believe). I can query the database to get all the configuration
info on my sip extensions, call routing, inbound routing etc... except I
can't find the data for the zap channels. The table called "zap" is
empty.
When I manually add the following config to
the /etc/asterisk/zapata-auto.conf, asterisk will not load.
context=from-pstn
group=0
channel => 1
I've also tried with context=from=zapata.
I've run asterisk with lots of -vvvvvvv, but it does not give me an
error message, it just exits with result 1.
>From inside asterisk CLI:
aimhigh*CLI> zap show channels
Chan Extension Context Language MusicOnHold
pseudo from-pstn en
Any help would be appreciated.