X100P and Busy Tone on Incoming Call

Hi there!

I’m new to Asterisk and before diving in to a costly TDM400 I picked up an x100p for my small home.

I managed to install the latest and greatest Asterisk(1.6.0.1) as well as DAHDI to interface with the x100p. Unfortunately I ran into a problem.

As soon as I plug my POTS line into the Line port on the x100p it goes off-hook and eventually my line goes to the standard “This number can not be dialed” message, and the card stays off-hook forever. Dialing in from a cellphone gives me a busy tone.

I can post any configurations if need be, but from looking at some other topics on this forum it looks like my setup is failing a step or two before others.

Thanks for taking the time to read, and hopefully help. :smile:

Ivan

Please post your confs

Sure!

Here they are:

/etc/dahdi/system.conf

fxsks=1
loadzone=us
defaultzone=us
echocanceller=mg2,1

/etc/asterisk/chan_dahdi.conf

[channels]
context=incoming
signalling=fxs_ks
usecallerid=yes
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
canpark=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
group=1
callgroup=1
pickupgroup=1
immediate=yes
busydetect=yes
busycount=6
hanguponpolarityswitch=yes
callprogress=yes
progzone=ca
channel => 1

/etc/asterisk/extensions.conf

[incoming]
exten => s,1,Answer()
exten => s,2,Echo()
exten => s,3,Hangup()