Hi all, I have install a digium and its drivers. All ok and console display:
[code]Zaptel Configuration
Channel map:
Channel 01: FXO Kewlstart (Default) (Slaves: 01)
Channel 02: FXO Kewlstart (Default) (Slaves: 02)
Channel 03: FXS Kewlstart (Default) (Slaves: 03)
Channel 04: FXS Kewlstart (Default) (Slaves: 04)
4 channels configured.[/code]
My configuration files are:
[code]zapata.conf
[channels]
context = mycontext
usecallerid = yes
idecallerid = no
immediate = no
signalling = fxo_ks
echocancel = yes
group = 1
channel = 1
signalling = fxo_ks
echocancel = yes
group = 1
channel = 2
signalling = fxs_ks
callerid = Name1 <200>
echocancel = yes
group = 2
channel = 3
signalling = fxs_ks
callerid = Name2 <201>
echocancel = yes
group = 2
channel = 4
zaptel.conf
fxsks=3-4
fxoks=1-2
extensions.conf
exten => 1200,1,Dial(Zap/3)
exten => 1200,n,Hangup[/code]
Now I have an analogic telephon to prove fxs channel and it not works; but it works with Dial(Zap/1) or Dial(Zap/2) into channel 1 or 2 and not into 3 channel. Why?
I have note that when I link the telephone on my digium, channels 1 and 2 are connected while channels 3 or 4 are not connected.
When start zaptel I’m start a modules zaptel, wcfxs, wcfxo. When I display modules with lsmod I have:
Module used by
wcfxo 0
wctdm 0
zaptel 2 wcfxo,wctdm
Must be display wcfxo too?
What is my problem?
Excuse for my english!!!
Thanks