[Asterisk-Users] TBM400 no callerid on incoming calls?
Remco Barende
asterisk at barendse.to
Tue Feb 1 11:27:31 MST 2005
I have installed my TDM11B according to the docs at the Digium page but I
do not get incoming caller id. My telco confirmed that callerid should be
passed but I do not see it coming in. I am in The Netherlands with a KPN
line. The number is not even visible in console mode on * running stable
1.0.5. Ideas anyone?
-- Starting simple switch on 'Zap/4-1'
Feb 1 19:19:40 NOTICE[16582]: chan_zap.c:5367 ss_thread: Got event 2
(Ring/Answered)...
-- Executing Wait("Zap/4-1", "1") in new stack
-- Executing Dial("Zap/4-1", "SIP/101&Zap/1|25|tm") in new stack
-- Called 101
-- Called 1
-- Started music on hold, class 'default', on Zap/4-1
This is my zapata.conf:
[channels]
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400 ; Asterisk trains to the beginning of the call, number is
in milliseconds
callerid=asreceived
signalling=fxo_ks
group=1
context=intern-all ; Points to the default context of your extensions.conf
channel => 1
signalling=fxs_ks
usecallerid=yes
callerid=asreceived
immediate=no
group=2
context=inbound-analog
channel=> 4
This is in my zaptel.conf
fxoks=1
fxsks=1
loadzone=nl
defaultzone=nl
This is in my extensions.conf:
[inbound-analog]
exten => s,1,Wait(1)
exten => s,2,Dial(${PHONE1}&${PHONE2},25,tm)
exten => s,3,Answer
exten => s,4,Wait(1)
exten => s,5,Voicemail(u${PHONE1VM})
exten => s,6,Hangup
exten => s,7,Wait(2)
exten => s,8,Voicemail(b${PHONE1VM})
exten => s,9,Hangup
More information about the asterisk-users
mailing list