Hi!
I have just installed asterisk and compiled the zapatel drivers, but something is wrong.
If i dial the extension i plugged intot he FXO module it rings (actually ztmonitor shows it also) but asterisk newer picks it up.
Also, i plugged in an analog phone into an FXS module but if i pick it up there is no dial tone (but i can hear the tones if i press buttons).
So its like asterisk didn’t see the card at all. Any ideas?
asterisk:/etc/asterisk# ztcfg -vv
Zaptel Version: 1.4.5
Echo Canceller: MG2
Configuration
Channel map:
Channel 01: FXO Loopstart (Default) (Slaves: 01)
Channel 02: FXO Loopstart (Default) (Slaves: 02)
Channel 03: FXS Loopstart (Default) (Slaves: 03)
Channel 04: FXS Loopstart (Default) (Slaves: 04)
4 channels configured.
/etc/zaptel.conf:
fxols=1,2
fxsls=3,4
loadzone = us
defaultzone=us
/etc/asterisk/zapata.conf:
[trunkgroups]
; define any trunk groups
[channels]
; hardware channels
; default
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
; define channels
context=internal ; Uses the [internal] context in extensions.conf
signalling=fxo_ls ; Use FXO signalling for an FXS channel
channel => 1 ; Telephone attached to port 1
channel => 2 ; Telephone attached to port 2
context=incoming ; Incoming calls go to [incoming] in extensions.conf
signalling=fxs_ls ; Use FXS signalling for an FXO channel
channel => 3 ; PSTN attached to port 3
channel => 4 ; PSTN attached to port 4
/etc/asterisk/extensions.conf:
[incoming]
; incoming calls from the FXO port are directed to this context from zapata.conf
exten => s,1,Answer( )
exten => s,2,Echo( )
[internal]
exten => 226186,1,Answer( )
exten => 226186,2,Echo( )