Hi

As a beginner of Asterisk server I still have some problems running CallerID on 
ordinary analog Swedish phones.
I use a Digium card TDM400P with 1 FXO and 3 FXS adapter cards. The Asterisk 
version running is the lates 1.0.9.
I have also a Vood I3Micro ATA adapter running SIP protocol towards Asterisk 
server.
I can detect Swedish callerid from the FXO card, and the CallerID displays 
perfectly in phones connected to the SIP adapter and also to one of my
Dect phones (philips) connected to the Digium card. The strange thing though is 
that the CallerID is presented after the first ring on the
Phone connected to the Digium card. On swedish phones normally the CallerID is 
presentad before the first ring.
The problem:
I have one other Dect phone connected to Digiums Card(TDM400P), an Ericsson DT 
260. 
The Ericsson phone only supports true swedish standard CallerID (DTMF 
signalling before the first ring), and CallerID 
does not work for this phone:( 

I have measured the outgoing signal from the TDM400P card and I have confirmed 
thet NO DTMS signals is sent out.
Is it possible to show swedish callerid on ordinary analog phones connected to 
the Digium card?
If yes, can somebody see the problem in my configuration files?
---zaptel.conf

fxoks=1 # Make sure that the FXS(green) module is closest to the bracket if
fxoks=2 # FXS module
fxoks=3 # FXS module
fxsks=4 # FXO module
defaultzone=se
loadzone=se


---zapata.conf

signalling=fxo_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400
threewaycalling=yes
transfer=yes
cidstart=polarity
usecallerid=yes
cidsignalling=dtmf
callerid=4000
group=1
context=outgoing
mailbox=1
channel => 1


signalling=fxo_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400
threewaycalling=yes
transfer=yes
usecallerid=yes
cidsignalling=dtmf
cidstart=polarity
callerid=4001
group=1
context=outgoing
mailbox=1
channel => 2

signalling=fxo_ks
echocancel=yes ; You can set this to 32, 64, or 128, tweak to your needs.
echocancelwhenbridged=yes
echotraining=400
threewaycalling=yes
transfer=yes
immediate=no
usecallerid=yes
cidsignalling=dtmf
cidstart=polarity
callerid=4002
group=1
context=outgoing
mailbox=1
channel => 3


;----------------------------------------------------------------------------

signalling=fxs_ks
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
immediate=no
usecallerid=yes
cidsignalling=dtmf ; Sweden
cidstart=polarity ; Sweden
callerid=asreceived
useincomingcalleridonzaptransfer=yes
group=2
context=incoming ; Points to the default context of your extensions.conf
channel => 4 ; The number of your FXO module(s)


cut end-----------

In extensions.conf I use the syntax: Dial(Zap/1|40|Tt) on the dial command.
Best Regards
  Josef Seger

<<attachment: winmail.dat>>

_______________________________________________
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to