Hello,
I m facing problem with the zaptel configuration .I m using 2 cards of Digium (TDM80), 8 ports each .Have set the following parameters
#/etc/zaptel.conf
fxoks=1
fxsks=2
loadzone=us
defaultzone=us
#/etc/asterisk/zapata.conf
[channels]
context=default
signaling=fxo_ks
group = 1
channel => 1
context=pstn
signaling=fxs_ks
group = 2
channel => 2
And the out put of :
]# ztcfg -vvvvv
Zaptel Version: 1.4.10
Echo Canceller: MG2
Configuration
Channel map:
Channel 01: FXO Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
2 channels to configure.
Changing signalling on channel 1 from Unused to FXO Kewlstart
ZT_CHANCONFIG failed on channel 1: Invalid argument (22)
Did you forget that FXS interfaces are configured with FXO signalling
and that FXO interfaces use FXS signalling?
Modules have been loaded successfully by modprobe. Have connected the PSTN line.
This is the output of the card on slot 1.
active=yes
alarams=UNCONFIGURED
description=WildCard TDM80P 1
name=WCTDM/0
location=PCI Bus 06 slot 01
basechan=1
totchans=8
irq=20
type=analog
port=1,FXO
port=2,FXO
port=3,FXO
port=4,FXO
port=5,FXO
port=6,FXO
port=7,FXO
port=8,FXO
Will appreciate if anybody would guide me to setup and resolve this signalling issue.
Thank in advance.