I’m trying to install zaptel/libpri/asterisk on a new machine, by copying files instead of doing multiple "install " operations (because that’s what we’ll want to do in a production environment). So I copied over all the libraries and files for each of these applications (that I know of), and started loading drivers and applications. (I have TDM400 with one FXO module on port 4).
“modprobe wctdm” showed
Freshmaker version: 73
Freshmaker passed register test
Module 0: Not installed
Module 1: Not installed
Module 2: Not installed
Module 3: Installed – AUTO FXO (FCC mode)
Found a Wildcard TDM: Wildcard TDM400P REV I (1 modules)
Registered tone zone 0 (United States / North America)
zttranscode: unsupported module, tainting kernel.
Zaptel Transcoder support loaded
which is correct.
“ztcfg -vv” showed:
Zaptel Version:
Echo Canceller: MG2
Configuration
Channel map:
Channel 04: FXS Kewlstart (Default) (Slaves: 04)
1 channels to configure.
which is also correct.
Then I go to asterisk. zapata.conf contains:
[channels]
context=incoming
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
channel => 4
But when I load the console (asterisk -rvvv), then type
"help", it doesn’t list any zap options!! (zap show channels, etc).
What am I missing here??