[Asterisk-Users] Help with dialing out with TDM400P
James Bean
james at hdcs.com.au
Sat Sep 25 06:28:09 MST 2004
Scenario,
I got some very good help earlier from Joseph getting me up and started
but I have a couple of small problems still.
Setup: FC2 Asterisk 1.0 Zaptel 1.0, TMP400P, FXS Port 1 FXO Port 4
Analog dialout line and Analog handset plugged in.
Problems:
1.
Incoming calls work and the phone rings and can be answered no problems,
(although I wouldn't mind being able to adjust the ring but that's not
important), I can't ring out, I just get a busy signal and nothing comes
up on the console. I am pretty sure its just a simple line missing from
extensions.conf.
2.
I am based in australia and when I have an incoming call with callerid
turned on then I get the following error on console.
-- Zap/1-1 is ringing
Sep 25 22:49:14 WARNING[-203428944]: chan_zap.c:3413 zt_handle_event:
Didn't finish Caller-ID spill. Cancelling.
-----------------------------------------------
/etc/zaptel.conf
fxols=1
fxsls=4
loadzone=au
/etc/asterisk/extensions.conf
[pstn]
exten => s,1,NoOp(Comment Only: Call from ${CALLERIDNUM}) ; Just put a
comment in the CLI for info.
exten => s,2,Dial(Zap/g1,45,t) ;Dial the group=1 zap card mod above
#exten => s,3,VoiceMail(u100) ;Whatever box you want.
[internal]
exten => i,1,Playback(invalid)
exten => i,2,Hangup
exten => t,1,Hangup
exten => 099,1,Echo ;simple echo test
/etc/asterisk/zapata.conf
[channels]
context=default
switchtype=national
usecallerid=yes
hidecallerid=no
callwaiting=no
usecallingpres=yes
callwaitingcallerid=yes
threewaycalling=yes
transfer=yes
cancallforward=yes
callreturn=yes
echocancel=yes
echocancelwhenbridged=yes
rxgain=0.0
txgain=0.0
group=1
signalling=fxo_ls
callgroup=1
pickupgroup=1
immediate=no
context=internal
busydetect=yes
callerid="James Bean<690>" ;assuming extension 690
mailbox=690 ;stutter tone for voicemail - you can
use an optional context here
transfer=yes
channel=>1
group=2
signalling=fxs_ls
context=pstn
channel=>4
-----------------------------------------------
Any help would be very much appreciated.
James
More information about the asterisk-users
mailing list