Hello Everyone,

Somewhat new to the Asterisk system, have been configuring it the last few
months. I went ahead and put in an X101P Clone card to do some actual zap
configuration and testing.

The calls work both ways on incoming and outgoing.  The issue I am having is
there is no callerid on the incoming side through the Zap X101P device.

I did do some searching online and could not find anything that gave a
conclusive "Where to look for" answer.

There is callerid on the POTS line, I tested and made sure it was passing
the information to a normal handset.

Basic questions:
Does the X101P support callerid?
Is there something simple that I am missing here?

The logs do NOT show any callerid coming across the device.

The configuration on the test box is:
Fedora FC5 lastest patch
Asterisk 1.4.2
Loaded zaptel but NOT libpri
X101P clone has ambient firmware

zaptel.conf
fxsks=1
loadzone = us
defaultzone=us

zapata.conf
[channels]
context=incoming2
signalling=fxs_ks
busydetect=1
busycount=7
callwaiting=yes
callwaitingcallerid=yes
threewaycalling=yes
cancallforward=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
callerid=asreceived
language=en
usecallerid=yes
hidecallerid=no
echocancel=yes
transfer=yes
immediate=no
musiconhold=default
ringtimeout=8000
cidsignalling=bell
cidstart=ring
group=1
callgroup=1
pickupgroup=1
channel => 1

extensions.conf
[incoming2]
; incoming2 calls from the FXO port are directed to this context from
zapata.conf
exten => s,1,Wait(10)
exten => s,2,Answer( )
exten => s,3,Noop('Callerid is '${CALLERID})
exten => s,4,Noop('Calleridname is '${CALLERIDNAME})
exten => s,5,Noop('Calleridnum is '${CALLERIDNUM})
exten => s,6,Dial(SIP/mike,20,r)
....
....


Thanks,
Michael Potocki


Reply via email to