<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Thanks for the response but still no luck.</DIV>
<DIV>I added those two lines just after the [channel] and updated my dial plan 
but the result is the same (there is no CallerID):</DIV>
<DIV><FONT face=Arial size=2>Asterisk Ready.<BR>&nbsp;&nbsp;&nbsp; -- Starting 
simple switch on 'Zap/1-1'<BR>Jul 26 00:43:34 NOTICE[8867]: chan_zap.c:5367 
ss_thread: Got event 2 (Ring/Answered)...<BR>&nbsp;&nbsp;&nbsp; -- Executing 
Wait("Zap/1-1", "2") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Executing 
NoOp("Zap/1-1", "") in new stack<BR>&nbsp;&nbsp;&nbsp; -- Executing 
SetVar("Zap/1-1", "dnis=100") in new stack<BR>...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I hope you have some more ideas, 
please?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>BTW, is there anyone using Asterisk with SBC 
Telco&nbsp;in the US?</FONT></DIV>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>Does your asterisk recognize CallerID?</FONT></DIV>
<DIV></FONT><FONT face=Arial size=2></FONT>&nbsp;</DIV></DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Boris Zolotarev</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="mailto:boris.zolotarev@gdspartners.com">boris.zolotarev@gdspartners.com</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>&gt; I have new TDM04B installed and working fine with Asterisk 1.0.5 built 
on RedHat 9.<BR>&gt;&nbsp; <BR>&gt; All is working fine except CallerID that 
bothers me big time.<BR>&gt; I have several Panasonic and Sony phones and 
CallerID works fine with it (when I plug in the <BR>line into phone instead 
into<BR>&gt; Asterisk I get CallerID) but fails with Asterisk.<BR>&gt;&nbsp; 
<BR>&gt; I am based in California (San Francisco) and my Telco is SBC (<A 
href="">http://www.sbc.com/</A>).<BR>&gt;&nbsp; .<BR>&gt; I would really 
appreciate if anyone could take a look below at my zapata.conf and 
<BR>extensions.conf and let me know what is<BR>&gt; wrong.<BR>&gt;&nbsp; 
<BR>&gt; :: zapata.conf ::<BR>&gt;&nbsp; <BR>&gt; [channels]<BR><BR>Try adding 
these right here (right after [channels]. Let's see if<BR>that has any impact on 
the problem. 
<BR>cidsignalling=bell&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>cidstart=ring&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR><BR>&gt; context=default<BR>&gt; switchtype=national<BR>&gt; 
signalling=fxs_ks<BR>&gt; usecallerid=yes<BR>&gt; callerid=asreceived<BR>&gt; 
hidecallerid=no<BR>&gt; callwaiting=yes<BR>&gt; usecallingpres=yes<BR>&gt; 
callwaitingcallerid=yes<BR>&gt; threewaycalling=yes<BR>&gt; transfer=yes<BR>&gt; 
cancallforward=yes<BR>&gt; callreturn=yes<BR>&gt; echocancel=yes<BR>&gt; 
echocancelwhenbridged=yes<BR>&gt; echotraining=400<BR>&gt; rxgain=0.0<BR>&gt; 
txgain=0.0<BR>&gt; group=1<BR>&gt; callgroup=1<BR>&gt; pickupgroup=1<BR>&gt; 
immediate=no<BR>&gt; busydetect=yes<BR>&gt; busycount=7<BR>&gt; 
musiconhold=default<BR>&gt; faxdetect=both<BR>&gt; context=zap<BR>&gt; 
group=1<BR>&gt; channel =&gt; 1-4<BR>&gt;&nbsp; <BR>&gt;&nbsp; <BR>&gt; :: 
extensions.con ::<BR>&gt;&nbsp; <BR>&gt; I use this part of the code to trace 
Asterisk log and check CallerID and CallerIDName.<BR>&gt;&nbsp; <BR>&gt; 
[zap]<BR>&gt; exten =&gt; s,1,Wait(2)<BR>&gt; exten =&gt; s,2,Answer()<BR>&gt; 
exten =&gt; s,3,SetVar(dnis=100)<BR>&gt; exten =&gt; 
s,4,NoOp,${CALLERID}<BR>&gt; exten =&gt; s,5,NoOp,${CALLERIDNAME}<BR><BR>For 
incoming Zap calls (from the TDM card), you do not need to "answer"<BR>the call 
unless you're going into an IVR. If you are simply ringing<BR>a sip phone, do 
something like this:<BR><BR>[zap]<BR>exten =&gt; 
s,1,NoOp,${CALLERID}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>exten =&gt; s,2,Dial(Sip/1234,15) <BR></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>