AW: [Asterisk-Users] CLIP in Germany
Richard Scobie
r.scobie at clear.net.nz
Tue Dec 16 22:23:40 MST 2003
Johannes von Drachenfels wrote:
> Hi,
>
> i have a Siemens Gigaset phone with clip-capabilities on the tdm400 with
> extension 610 installed. Extension 600 is another phone. But i still cannot
> see the number of the caller at the display of the Siemens phone... here is
> my config:
>
>
> ; Main extension
> exten => 600,1,SetCallerID,${CALLERIDNUM}
> exten => 600,2,Dial,Zap/33|30
>
> ; Johannes von Drachenfels's Extension
> exten => 610,1,SetCallerID,${CALLERIDNUM}
> exten => 610,2,Dial,Zap/32|30
> exten => 610,3,VoiceMail,u610
> exten => 610,103,VoiceMail,b610
>
> ... and the debug of a call from 600 to 610:
>
> cm*CLI>
> -- Starting simple switch on 'Zap/33-1'
> -- Executing SetCallerID("Zap/33-1", "600") in new stack
> -- Executing Dial("Zap/33-1", "Zap/32|30") in new stack
> -- Called 32
> -- Zap/32-1 is ringing
> -- Zap/32-1 is ringing
> -- Zap/32-1 is ringing
>
> So what i would like to see is 600 in the display of 610 ...
>
Hi,
I have CID working fine on TDM400s with Gigasets. I do not have the
SetCallerID lines in my extensions.conf.
You need to add a line in zapata.conf
usecallerid=yes
above your TDM400 channel declarations which also have the caller ID info.
Here is part of mine:
usecallerid=yes
busydetect=no
group=2
context=default
signalling=fxo_ks
threewaycalling=yes
transfer=yes
cancallforward=yes
callerid="Avid" <500>
channel => 3
callerid="Terry" <501>
channel => 4
Hope this helps.
Richard
More information about the asterisk-users
mailing list