[Asterisk-Users] US CallerID and TDM04B

Boris Zolotarev - Pamet boris.zolotarev at pamet.co.yu
Mon Jul 25 07:55:12 MST 2005


Hello All,

I have new TDM04B installed and working fine with Asterisk 1.0.5 built on RedHat 9.

All is working fine except CallerID that bothers me big time.
I have several Panasonic and Sony phones and CallerID works fine with it (when I plug in the line into phone instead into Asterisk I get CallerID) but fails with Asterisk.

I am based in California (San Francisco) and my Telco is SBC (http://www.sbc.com/).

I would really appreciate if anyone could take a look below at my zapata.conf and extensions.conf and let me know what is wrong.

:: zapata.conf ::

[channels]

context=default
switchtype=national
signalling=fxs_ks
usecallerid=yes
callerid=asreceived
hidecallerid=no
callwaiting=yes
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
echotraining=400
rxgain=0.0
txgain=0.0
group=1
callgroup=1
pickupgroup=1
immediate=no
busydetect=yes
busycount=7
musiconhold=default
faxdetect=both

context=zap
group=1
channel => 1-4


:: extensions.con :: 

I use this part of the code to trace Asterisk log and check CallerID and CallerIDName.

[zap]
exten => s,1,Wait(2)
exten => s,2,Answer()
exten => s,3,SetVar(dnis=100)
exten => s,4,NoOp,${CALLERID}
exten => s,5,NoOp,${CALLERIDNAME}
...

:: log ::

A part of log for incoming call.
    -- Starting simple switch on 'Zap/1-1'
    -- Executing Wait("Zap/1-1", "2") in new stack
    -- Executing Answer("Zap/1-1", "") in new stack
    -- Executing SetVar("Zap/1-1", "dnis=100") in new stack
    -- Executing NoOp("Zap/1-1", "") in new stack
    -- Executing NoOp("Zap/1-1", "") in new stack
...


Thanks in advance!

Boris Zolotarev
Practice Manager
boris.zolotarev at gdspartners.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050725/0d824fd2/attachment.htm


More information about the asterisk-users mailing list