Greetings,
I bought the Asterisk book, read it, installed Fedora Core 6, pulled down zaptel, libpri, and asterisk, compiled them, loaded up the TDM400P, and followed the instructions to the letter.
Nothing happens.
I know the system is golden as I have no problems running and configuring AsteriskNOW on it and getting the 3 FXS modules to ring and the FXO to answer.
zaptel.conf:
fxsks=1
loadzone=us
defaultzone=us
fxoks=2
loadzone=us
defaultzone=us
fxoks=3
loadzone=us
defaultzone=us
fxoks=4
loadzone=us
defaultzone=us
zapate.conf:
[trunkgroups]
;
[channels]
;
;context=default
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
echocancelwhenbridged=yes
;rxgain=0.0
;txgain=0.0
;
;define channels
;
context=incoming
signalling=fxs_ks
channel => 1
;
signalling=fx0_ks
channel => 2
;
signalling=fx0_ks
channel => 3
;
signalling=fx0_ks
channel => 4
[incoming]
exten => s,1,Answer()
exten => s,2,Echo()
Right now I would be happy with an aswer and an echo.
Thanks,
Ike