[Asterisk-Users] (newbie) no dialtone on a TDM400P card
Soren Rathje
asterisk at lolle.org
Sun Nov 14 06:22:18 MST 2004
Thomas Andrews wrote:
> On Sun, Nov 14, 2004 at 11:46:15AM +0100, Soren Rathje wrote:
>
>> Can you post your actual configuration ?
>>
>> /etc/zaptel.conf
>
> fxols=1 #S100U
> fxsls=2 #X100P
> loadzone = us
> defaultzone=us
Looks fine allthough the comments are wrong :-)
>
>> /etc/asterisk/zapata.conf
>
> [trunkgroups]
> [channels]
> context=default
Remove the next two lines, switchtype is related to ISDN circuits and the
signalling you specify later in the file.
> switchtype=national
> signalling=fxo_ls
> rxwink=300
> usecallerid=yes
; Type of caller ID signalling in use
; bell = bell202 as used in US, v23 = v23 as used in the UK, dtmf = DTMF as
used in Denmark, Sweden and Netherlands
;
cidsignalling=bell
;
; What signals the start of caller ID
; ring = a ring signals the start, polarity = polarity reversal signals the
start
;
cidstart=ring
> hidecallerid=no
> callwaiting=yes
> usecallingpres=yes
> callwaitingcallerid=yes
> threewaycalling=yes
> transfer=yes
> cancallforward=yes
> callreturn=yes
> echocancel=yes
> echocancelwhenbridged=yes
> rxgain=0.0
> txgain=0.0
> group=1
> callgroup=1
> pickupgroup=1
> immediate=no
> context=internal
callerid="House Phone" <1234> # Change to match your settings..
> signalling=fxo_ls
You may want to change Loop Start to Kewl Start (fxo_ks)
> channel=>1
> context=incoming
callerid=asreceived
> signalling=fxs_ls
You may want to change Loop Start to Kewl Start (fxs_ks)
> channel=>2
>
/Soren
More information about the asterisk-users
mailing list