Hello everyone. I’m fairly new to this asterisk world. I was able to get a test Asterisk@home system but that was not good enough. I wanted to learn the good stuff. I just bought the O’Reilly Asterisk: The Future of Telephony book. Right off the bat, I am running into difficulty. I have a TDm400P with one FXO and one FXS. I actually have more but I took them off. I wanted to go through the entire book as they demonstrate. In the first Few Chapters, you setup both FXO and FXS. I should be able to call that phone number and the system should pick up and start the Echo program…phone just rings and rings. Also, when I plug an analog phone into the system, get no dial tone and no response when I dial 611. Here are my settings. Can someone help guide me where I went wrong here? I would really apreciate it! Thanks in advance.
BTW, the FXS module is in port 1 and FXO in port 2 and I do hear the beeps from the phone buttons dialing. Just nothing happens.
zaptel.conf
fxoks=1
fxsks=2
loadzone=us
defaultzone=us
zapata.conf
[channels]
usecallerid=yes
hidecallerid=no
callwaiting=no
threewaycalling=yes
transfer=yes
echocancel=yes
echotraining=yes
immediate=no
;define channels
context=internal
signalling=fxo_ks
channel => 1
context=incoming
signalling=fxs_ks
channel => 2
extensions.conf
[incoming]
;incoming call from FXO port are directed to this context from zapata.conf
exten => s,1,Answer()
exten => s,2,Echo()
[internal]
exten => 611,1,Answer()
exten => 611,2,Echo()
Zaptel Configuration
Channel map:
Channel 01: FXO Kewlstart (Default) (Slaves: 01)
Channel 02: FXS Kewlstart (Default) (Slaves: 02)
2 channels configured.