Hi, I’ve been using Asterisk for a few months now, and I wanted to set a new server up with a Digium TDM400P with 1 FXS and 1 FXO module (Green FXS module located in port 1 and Red FXO module located in port 4). It is my first time working with this hardware configuration. I am folllowing the steps in the O’Reilly book, and have successfully compiled and installed Zaptel, Libpri, Asterisk, Asterisk-Addons, and Asterisk-sounds from source. I did a ‘make samples’ so I’m just dealing with the default Asterisk configuration.
As the O’Reilly book suggested, I edited the Zaptel.conf file and the Zapata.conf fiile. I will paste the error I get in the CLI as I try and load asterisk (asterisk -vvvvvvc) and then paste the changes I have made to Zaptel.conf and Zapata.conf. After doing a bunch of searches, I cannot find the solution to this problem. Any help you guys can give is appreciated. Thanks in advance.
Error in CLI
[chan_local.so] => (Local Proxy Channel)
== Registered channel type ‘Local’ (Local Proxy Channel Driver)
[chan_features.so] => (Feature Proxy Channel)
== Registered channel type ‘Feature’ (Feature Proxy Channel Driver)
[chan_zap.so]Jun 4 10:53:42 WARNING[28956]: loader.c:325 __load_resource: libpri.so.1.0: cannot open shared object file: No such file or directory
Jun 4 10:53:42 WARNING[28956]: loader.c:554 load_modules: Loading module chan_zap.so failed!
Zaptel.conf
fxoks=1
fxsks=4
loadzone=us
defaultzone=us
Zapata.conf
usecallerid=yes
hiiiidecallerid=no
callwaiting=yes
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
context=internal
signalling=fxo_ks
channel => 1
context=incoming
signalling=fxs_ks
channel => 4